Skip to content

Commit b5e0335

Browse files
Linda PengLinda Peng
authored andcommitted
Remove extra loading statement
1 parent 0bf658e commit b5e0335

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Resources/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ function Resources() {
3737
</Typography>
3838
)}
3939
<br />
40-
{isLoading && !isError ? (
41-
<span>loading...</span>
42-
) : error ? (
40+
{error ? (
4341
<div className="errorMessage">{error}</div>
4442
) : (
4543
<Grid container spacing={1}>

0 commit comments

Comments
 (0)