From 6b3e535100cf2da6e70381e17b698f65df37c44b Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 14 Nov 2019 11:30:29 -0500 Subject: [PATCH] fix typo --- ui/redux/actions/publish.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/redux/actions/publish.js b/ui/redux/actions/publish.js index 6f6f4a596..b794b4241 100644 --- a/ui/redux/actions/publish.js +++ b/ui/redux/actions/publish.js @@ -63,7 +63,7 @@ export const doPublishDesktop = (filePath: string) => (dispatch: Dispatch, getSt // on the publishes page. This doesn't exist on desktop so wait until we get a response // from the SDK // @if TARGET='web' - actions.push(push(`/$/${PAGES.PUBLISHED}`)); + dispatch(push(`/$/${PAGES.PUBLISHED}`)); // @endif dispatch(doPublish(publishSuccess, publishFail));