Skip to content

Commit d5eb058

Browse files
committed
Fixing linting and an extra line.
1 parent fe308b6 commit d5eb058

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/cards/card.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@
234234
margin-left: 0.25rem;
235235
}
236236

237-
238237
[dir="ltr"] .close-icon {
239238
margin-left: 0.25rem;
240239
}

src/components/cards/cards.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React, {Fragment} from 'react';
33
import classNames from 'classnames';
44
import {FormattedMessage} from 'react-intl';
55
import Draggable from 'react-draggable';
6-
import Box from '../box/box.jsx';
6+
// import Box from '../box/box.jsx';
77

88
import styles from './card.css';
99

0 commit comments

Comments
 (0)