Skip to content

Commit

Permalink
fix: tooltip still showing
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-ungureanu committed Sep 15, 2023
1 parent 77a3851 commit 0f562ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ const InstallActivate = ({
),
};

const wrappedButtonContent = actionsAreDisabled ? (
const wrappedButtonContent = actionsAreDisabled() ? (
<Tooltip
text={sprintf(
// translators: %s: Plugin name.
Expand Down

0 comments on commit 0f562ed

Please sign in to comment.