Skip to content

Commit

Permalink
add loader (#7720)
Browse files Browse the repository at this point in the history
  • Loading branch information
AshrafMd-1 committed Apr 30, 2024
1 parent 7bb44e1 commit 283d098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/ExternalResult/ResultList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export default function ResultList() {
});
}

if (loading) {
if (loading || !data) {
manageResults = (
<tr className="bg-white">
<td colSpan={5}>
Expand Down

0 comments on commit 283d098

Please sign in to comment.