Skip to content

Commit 174e174

Browse files
committed
style: add space
1 parent 08947ac commit 174e174

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/extension-polkagate/src/fullscreen/homeFullScreen/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import WatchList from './partials/WatchList';
2020
export default function HomePageFullScreen (): React.ReactElement {
2121
useFullscreen();
2222
const { t } = useTranslation();
23+
2324
const onAction = useContext(ActionContext);
2425
const { notify } = useAlerts();
2526
const initialAccountList = useAccountsOrder(true);

packages/extension-polkagate/src/hooks/useAccountsOrder.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { useCallback, useContext, useLayoutEffect, useState } from 'react';
99
import { AccountContext } from '../components';
1010
import { saveNewOrder } from '../fullscreen/homeFullScreen/partials/DraggableAccountList';
1111

12-
export default function useAccountsOrder(isFullScreenMode?: boolean): AccountsOrder[] | undefined {
12+
export default function useAccountsOrder (isFullScreenMode?: boolean): AccountsOrder[] | undefined {
1313
const { accounts: accountsInExtension, hierarchy } = useContext(AccountContext);
1414

1515
const [initialAccountList, setInitialAccountList] = useState<AccountsOrder[] | undefined>();

0 commit comments

Comments
 (0)