Skip to content

Commit

Permalink
fix: Remove spinner from mark as read button (#19455)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Dec 21, 2023
1 parent 2f8b8f7 commit 0aafad3
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ export const SidePanelActivity = (): JSX.Element => {

{hasUnread ? (
<div className="flex justify-end mb-2">
<LemonButton
type="secondary"
onClick={() => markAllAsRead()}
loading={importantChangesLoading}
>
<LemonButton type="secondary" onClick={() => markAllAsRead()}>
Mark all as read
</LemonButton>
</div>
Expand Down

0 comments on commit 0aafad3

Please sign in to comment.