Skip to content

Commit

Permalink
- Removes debugging test statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-massie committed Nov 26, 2024
1 parent 81e4a4f commit dd5ceae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/HeaderNavBar/HeaderNavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const HeaderNavBar: React.FC = () => {
return <LoadingSpinner />;
}

if (!isUserError) {
if (isUserError) {
return (
<InlineMessage type="error">
{' '}
Expand Down

0 comments on commit dd5ceae

Please sign in to comment.