Skip to content

Commit

Permalink
Update DashboardExtension.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Munyua123 authored Oct 29, 2024
1 parent eef52ac commit d222915
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export const DashboardExtension = ({
const menuIcon = (title) => {
switch(title){
case 'Vitals & Biometrics':
return <ActivityIcon className={styles.icon}/>
return <ActivityIcon className={styles.icon}/>;
default:
return null;
}
}

Expand Down

0 comments on commit d222915

Please sign in to comment.