mirror of https://github.com/fantasticit/think.git
refactor: remove unused code
parent
b5172a8861
commit
8d1a967bad
|
@ -59,7 +59,6 @@ export const DataRender: React.FC<IProps> = ({
|
||||||
normalContent,
|
normalContent,
|
||||||
}) => {
|
}) => {
|
||||||
if (error) {
|
if (error) {
|
||||||
console.log(error, errorContent);
|
|
||||||
return runRender(errorContent, error);
|
return runRender(errorContent, error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue