Skip to content

Commit cc89630

Browse files
committed
chore: remove unneeded formatting change
1 parent 3396928 commit cc89630

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

frontend/src/components/store/PluginCard.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,7 @@ const PluginCard: FC<PluginCardProps> = ({ storePlugin, installedPlugin }) => {
149149
>
150150
<span
151151
className="deckyStoreCardInstallText"
152-
style={{
153-
display: 'flex',
154-
justifyContent: 'center',
155-
alignItems: 'center',
156-
gap: '5px',
157-
}}
152+
style={{ display: 'flex', justifyContent: 'center', alignItems: 'center', gap: '5px' }}
158153
>
159154
{installType === InstallType.UPDATE ? (
160155
<>

0 commit comments

Comments
 (0)