Skip to content

Commit

Permalink
fix: bug
Browse files Browse the repository at this point in the history
  • Loading branch information
apurv-wednesday committed Apr 30, 2024
1 parent 2e41938 commit 67226ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/repos/components/ErrorState/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ErrorState: React.FC<ErrorStateProps> = ({ reposData, reposError, loading
}

return !loading && repoError ? (
<CustomCard color={reposError ? `${theme.palette.error.main}` :`${theme.palette.grey.main}`} data-testid="error-state">
<CustomCard color={reposError ? `${theme.palette.error.main}` :`${theme.palette.grey}`} data-testid="error-state">
<T variant="subtitle2">
<Trans>Repository List</Trans>
</T>
Expand Down

0 comments on commit 67226ef

Please sign in to comment.