Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
pompurin404 committed Nov 14, 2024
1 parent fe163c4 commit 84520c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/sider/substore-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const SubStoreCard: React.FC<Props> = (props) => {

if (iconOnly) {
return (
<div className={`${substoreCardStatus} flex justify-center`}>
<div className={`${substoreCardStatus} ${!useSubStore ? 'hidden' : ''} flex justify-center`}>
<Tooltip content="Sub-Store" placement="right">
<Button
size="sm"
Expand Down

0 comments on commit 84520c8

Please sign in to comment.