Skip to content

Commit

Permalink
yarn: inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
akanex115 committed Nov 25, 2024
1 parent 365a916 commit 0993d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/atoms/StyledVisibility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ const StyledVisibilityAtom: FC<Props> = ({
jsxElementButton={jsxElementButton}
hoverMessage={{
title: isVisible
? visibleHoverMessage ?? ``
: invisibleHoverMessage ?? ``,
? (visibleHoverMessage ?? ``)
: (invisibleHoverMessage ?? ``),
}}
/>
)
Expand Down

0 comments on commit 0993d0d

Please sign in to comment.