mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
linting
This commit is contained in:
@@ -21,10 +21,10 @@ export function UninitializedView (props = {}) {
|
||||
denyClose={appData.denyClose}
|
||||
/>
|
||||
{
|
||||
props.asyncInitFinished
|
||||
? <AppBody menuState={100} wallet={appData.wallet} appData={appData} />
|
||||
: null
|
||||
}
|
||||
props.asyncInitFinished
|
||||
? <AppBody menuState={100} wallet={appData.wallet} appData={appData} />
|
||||
: null
|
||||
}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user