Skip to content

Commit

Permalink
fix(chat): wrong unarchive url
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Dec 27, 2024
1 parent 9186bf6 commit f7f5263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ChatConfigArchive = memo(({ chat }: Props) => {
sdks.dashboard.chats.archive(chat.id),
tapTaskEither(() => {
const url = (
chat.project
chat.project && !chat.project.internal
? sitemap.projects.show.generate({ pathParams: chat.project })
: sitemap.home
);
Expand Down

0 comments on commit f7f5263

Please sign in to comment.