Skip to content

Commit

Permalink
Update src/components/ProfileCard/ProfileCard.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
hustlernik and coderabbitai[bot] authored Jan 25, 2025
1 parent 392417a commit 250d0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfileCard/ProfileCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ChevronRightIcon from '@mui/icons-material/ChevronRight';
*
* @returns JSX.Element - The profile card .
*/
const profileCard = (): JSX.Element => {
const ProfileCard = (): JSX.Element => {
const { getItem } = useLocalStorage();
const superAdmin = getItem('SuperAdmin');
const adminFor = getItem('AdminFor');
Expand Down

0 comments on commit 250d0eb

Please sign in to comment.