Skip to content

Commit

Permalink
chore(ui): remove unused AnnouncementState 'Disabled'
Browse files Browse the repository at this point in the history
  • Loading branch information
mavarius committed Nov 20, 2024
1 parent 0c7521d commit 834021d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/homepageExperience/ClickThroughAnnouncementHandler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export enum AnnouncementID {
enum AnnouncementState {
Dismissed = 'dismissed',
Display = 'display',
Disabled = 'disabled',
}

export const ClickThroughAnnouncementHandler: FC = () => {
Expand Down

0 comments on commit 834021d

Please sign in to comment.