semi colon

This commit is contained in:
zeppi 2021-04-13 23:54:11 -04:00
parent 3ff3d603c5
commit c701bf4be7

View file

@ -58,7 +58,7 @@ const select = (state) => {
myChannels: selectMyChannelClaims(state), myChannels: selectMyChannelClaims(state),
incognito: selectIncognito(state), incognito: selectIncognito(state),
activeChannelStakedLevel: selectActiveChannelStakedLevel(state), activeChannelStakedLevel: selectActiveChannelStakedLevel(state),
} };
}; };
const perform = (dispatch) => ({ const perform = (dispatch) => ({