Skip to content
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<div>
<AppWrapper>
<LearnerDashboardHeader />
<main>
<main id='main'>

Check failure on line 83 in src/App.jsx

View workflow job for this annotation

GitHub Actions / tests

Unexpected usage of singlequote
{hasNetworkFailure
? (
<Alert variant="danger">
Expand All @@ -97,4 +97,4 @@
);
};

export default App;
export default App;

Check failure on line 100 in src/App.jsx

View workflow job for this annotation

GitHub Actions / tests

Newline required at end of file but not found
Loading