Skip to content

Commit

Permalink
fix: remove role
Browse files Browse the repository at this point in the history
  • Loading branch information
ngunner15 committed Dec 10, 2024
1 parent b39899e commit 8fe6ec2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/types/FavActivityTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export type FavActivityType = {
header: string;
link: string;
highlighted: boolean;
role?: string;
}

export type FavActivityPostType = {
Expand Down

0 comments on commit 8fe6ec2

Please sign in to comment.