added semicolon to import statement
This commit is contained in:
parent
24eb2ef8ec
commit
cd8f90c82d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import { selectActiveChannelClaim } from 'redux/selectors/app';
|
||||||
import { selectSettingsByChannelId } from 'redux/selectors/comments';
|
import { selectSettingsByChannelId } from 'redux/selectors/comments';
|
||||||
import { CommentCreate } from './view';
|
import { CommentCreate } from './view';
|
||||||
import { doToast } from 'redux/actions/notifications';
|
import { doToast } from 'redux/actions/notifications';
|
||||||
import { DISABLE_SUPPORT_TAG } from 'constants/tags'
|
import { DISABLE_SUPPORT_TAG } from 'constants/tags';
|
||||||
|
|
||||||
const select = (state, props) => ({
|
const select = (state, props) => ({
|
||||||
claim: makeSelectClaimForUri(props.uri)(state),
|
claim: makeSelectClaimForUri(props.uri)(state),
|
||||||
|
|
Loading…
Reference in a new issue