Skip to content

Commit

Permalink
fix: fix channel default name'
Browse files Browse the repository at this point in the history
  • Loading branch information
MattAgn committed Sep 15, 2024
1 parent fb76c1a commit b9a58e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/expo/src/app/my-chats/[category].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function MyChats() {
const channelId = `${category}-${generateRandomId()}`;

const channel = getChatClient().channel(category, channelId, {
name: "NO_NAME",
name: DEFAULT_CHAT_NAME,
});

const coachId = coachByCategory[category as Category];
Expand Down

0 comments on commit b9a58e0

Please sign in to comment.