Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 2, 2024
1 parent 90c483a commit aeece42
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,17 +259,13 @@ const Home: NextPage = () => {
</>
) : (
<>
{isRunning ? (
{isRunning && (
<>
<div className="clearfix"></div>
<div className="alert alert-info text-center">
Please Wait ...
</div>
</>
): (
<>

</>
)}
</>
)}
Expand Down

0 comments on commit aeece42

Please sign in to comment.