refactor: remove unused code

This commit is contained in:
fantasticit 2022-05-02 16:09:14 +08:00
parent b5172a8861
commit 8d1a967bad
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ export const DataRender: React.FC<IProps> = ({
normalContent,
}) => {
if (error) {
console.log(error, errorContent);
return runRender(errorContent, error);
}