From 7df56405c49cc0123097dd706d0c770484eb56e4 Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Sat, 2 Sep 2023 20:13:58 +0300 Subject: [PATCH] subscribtions_tabs hotfix (#205) --- src/graphql/query/author-followers.ts | 1 + src/graphql/query/author-following-users.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/src/graphql/query/author-followers.ts b/src/graphql/query/author-followers.ts index 13cf82b0..cccd202c 100644 --- a/src/graphql/query/author-followers.ts +++ b/src/graphql/query/author-followers.ts @@ -7,6 +7,7 @@ export default gql` slug name userpic + bio } } ` diff --git a/src/graphql/query/author-following-users.ts b/src/graphql/query/author-following-users.ts index 9b7df27e..1dc05858 100644 --- a/src/graphql/query/author-following-users.ts +++ b/src/graphql/query/author-following-users.ts @@ -7,6 +7,7 @@ export default gql` slug name userpic + bio } } `