Skip to content

Commit

Permalink
feature/deseng674: Changed component type of tabs to a nav element.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareth-whitney committed Aug 15, 2024
1 parent c59e3f4 commit 0b33749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met-web/src/components/engagement/admin/view/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const AdminEngagementView = () => {
</Suspense>
<TabContext value={currentTab}>
<TabList
component="nav"
variant="scrollable"
onChange={(e, newValue) => setCurrentTab(newValue)}
aria-label="Admin Engagement View Tabs"
Expand Down

0 comments on commit 0b33749

Please sign in to comment.