Merge pull request #185 from krawieck/fix/issue-182

This commit is contained in:
Filip Krawczyk 2021-03-19 18:06:17 +01:00 committed by GitHub
commit fbb24eaff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- Quote blocks in posts and comments are now much prettier
- Code blocks nwo have monospace font. As they should
- Switching accounts in the profile tab now correctly reacts to the change
## v0.3.0 - 2021-02-25

View File

@ -47,7 +47,7 @@ class UserProfile extends HookWidget {
sort: SortType.active,
auth: accountsStore.defaultTokenFor(instanceHost)?.raw,
));
});
}, [userId, instanceHost]);
if (!userDetailsSnap.hasData) {
return const Center(child: CircularProgressIndicator());