Skip to content

Commit

Permalink
Merge pull request #177 from ecency/bugfix/publish-redirecting
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
feruzm authored Nov 21, 2024
2 parents 5e5be46 + f55edc4 commit c649e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/submit/_api/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function usePublishApi(onClear: () => void) {
success(i18next.t("submit.published"));
onClear();
clearActivePoll();
router.push(`@${activeUser.username}/posts`);
router.push(`/@${activeUser.username}/posts`);

//Mark speak video as published
if (!!unpublished3SpeakVideo && activeUser.username === unpublished3SpeakVideo.owner) {
Expand Down

0 comments on commit c649e8b

Please sign in to comment.