remove useless state

This commit is contained in:
krawieck 2021-10-03 12:01:34 +02:00
parent eb03be3022
commit ec8d9f84a3
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ abstract class _BlocksStore with Store {
@observable
List<CommunityBlockStore>? _blockedCommunities;
final blockCommunityState = AsyncStore<BlockedCommunity>();
final blockUserState = AsyncStore<BlockedPerson>();
final blocksState = AsyncStore<FullSiteView>();
@computed