Skip to content

Commit

Permalink
style: Lint on the code
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Aug 13, 2024
1 parent 21c7e61 commit 0490452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library-authoring/LibraryAuthoringPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const HeaderActions = ({ canEditLibrary }: HeaderActionsProps) => {
<Button
iconBefore={Add}
variant="primary rounded-0"
onClick={() => openAddContentSidebar()}
onClick={openAddContentSidebar}
disabled={!canEditLibrary}
>
{intl.formatMessage(messages.newContentButton)}
Expand Down

0 comments on commit 0490452

Please sign in to comment.