this repo has no description
0
fork

Configure Feed

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

Fix wrong API call when switch to account's instance

+3 -1
+3 -1
src/components/account-info.jsx
··· 55 55 instance, 56 56 authenticated, 57 57 }) { 58 - const { masto } = api(); 58 + const { masto } = api({ 59 + instance, 60 + }); 59 61 const [uiState, setUIState] = useState('default'); 60 62 const isString = typeof account === 'string'; 61 63 const [info, setInfo] = useState(isString ? null : account);