Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
chore: ignore fallback={<></>}
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyuhang committed Jul 12, 2022
1 parent 74488fe commit 92c0e99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const FormulaResult: FC<FormulaResultProps> = ({ variableT, meta }) => {
const error = fetchVariableTError(variableT)

const formulaResult = error ? (
<Suspense fallback={<></>}>
<Suspense>
<FormulaError error={error} />
</Suspense>
) : (
Expand Down

0 comments on commit 92c0e99

Please sign in to comment.