added semicolon to import statement

This commit is contained in:
Bradley Ray 2021-10-11 19:13:38 -05:00 committed by jessopb
parent 3d7470b01d
commit 4aaa26794b

View file

@ -12,7 +12,7 @@ import { selectActiveChannelClaim } from 'redux/selectors/app';
import { selectSettingsByChannelId } from 'redux/selectors/comments';
import { CommentCreate } from './view';
import { doToast } from 'redux/actions/notifications';
import { DISABLE_SUPPORT_TAG } from 'constants/tags'
import { DISABLE_SUPPORT_TAG } from 'constants/tags';
const select = (state, props) => ({
claim: makeSelectClaimForUri(props.uri)(state),