Skip to content

Commit dc9e1c7

Browse files
author
Lucas Araujo
committed
[DDW-796] Remove unused
1 parent 1432543 commit dc9e1c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/renderer/app/components/voting/voting-info/VotingInfo.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @flow
22
import React from 'react';
33
import { observer } from 'mobx-react';
4-
import { injectIntl } from 'react-intl';
54
import BorderedBox from '../../widgets/BorderedBox';
65
import type { Locale } from '../../../../../common/types/locales.types';
76
import styles from './VotingInfo.scss';
@@ -74,4 +73,4 @@ const VotingInfo = ({
7473
);
7574
};
7675

77-
export default injectIntl(observer(VotingInfo));
76+
export default observer(VotingInfo);

0 commit comments

Comments
 (0)