diff --git a/ui/component/publishForm/index.js b/ui/component/publishForm/index.js index 64607ef63..fda09c8c8 100644 --- a/ui/component/publishForm/index.js +++ b/ui/component/publishForm/index.js @@ -58,7 +58,7 @@ const select = (state) => { myChannels: selectMyChannelClaims(state), incognito: selectIncognito(state), activeChannelStakedLevel: selectActiveChannelStakedLevel(state), - } + }; }; const perform = (dispatch) => ({