We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a7f76 commit 7832fd6Copy full SHA for 7832fd6
1 file changed
packages/botkit/src/pages.tsx
@@ -237,7 +237,11 @@ app.get("/followers", async (c) => {
237
</header>
238
<main class="container">
239
{followers.map((follower, index) => (
240
- <Follower key={follower.id?.href ?? index} actor={follower} session={session} />
+ <Follower
241
+ key={follower.id?.href ?? index}
242
+ actor={follower}
243
+ session={session}
244
+ />
245
))}
246
</main>
247
</Layout>,
0 commit comments