Skip to content

Commit 2010bed

Browse files
[LW-12412] run prettier
1 parent ca897e0 commit 2010bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/renderer/app/components/settings/categories/WalletsSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class WalletSettings extends Component<Props> {
7878
const currencyData = {
7979
label: `${code.toUpperCase()} - ${name}`,
8080
value: code,
81-
}
81+
};
8282
currencyOptions.push(currencyData);
8383
});
8484

0 commit comments

Comments
 (0)