MED-109: add doctor role and basic view (#45)
* MED-109: add doctor role and basic view * add role to accounts * remove old super admin and doctor sql
This commit is contained in:
@@ -228,7 +228,6 @@ export function NotificationsPopover(params: {
|
||||
size="icon"
|
||||
variant="ghost"
|
||||
onClick={() => {
|
||||
console.log('test');
|
||||
setNotifications((existing) => {
|
||||
return existing.filter(
|
||||
(existingNotification) =>
|
||||
|
||||
Reference in New Issue
Block a user