this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Safeguard deconstruct

+1 -1
+1 -1
src/app.jsx
··· 390 390 <AccountSheet 391 391 account={snapStates.showAccount?.account || snapStates.showAccount} 392 392 instance={snapStates.showAccount?.instance} 393 - onClose={({ destination }) => { 393 + onClose={({ destination } = {}) => { 394 394 states.showAccount = false; 395 395 if (destination) { 396 396 states.showAccounts = false;