🐛 fixed a bug in the recommended users field insertion

This commit is contained in:
kawamataryo 2023-08-22 22:35:50 +09:00
parent 7c9552945f
commit d10bcc5c9f

View File

@ -43,7 +43,7 @@ const searchAndShowBskyUsers = async ({
progressive: "Following",
},
statusKey: VIEWER_STATE.FOLLOWING,
userCellQueryParam: '[data-testid="UserCell"]',
userCellQueryParam: '[data-testid="cellInnerDiv"] [data-testid="UserCell"]',
addQuery: async (arg: string) => await agent.follow(arg),
removeQuery: async (arg: string) => await agent.unfollow(arg),
})