Skip to content

Commit

Permalink
#2137 - remove admin check
Browse files Browse the repository at this point in the history
  • Loading branch information
RChandler234 committed Mar 18, 2024
1 parent c4cba9d commit 144f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/AdminToolsPage/AdminToolsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const AdminToolsPage: React.FC = () => {
) : (
<>
<AdminToolsSlackUpcomingDeadlines />
{isAdmin(currentUser.role) && <AdminToolsAttendeeDesignReviewInfo />}
<AdminToolsAttendeeDesignReviewInfo />
</>
)}
</PageLayout>
Expand Down

0 comments on commit 144f431

Please sign in to comment.