Skip to content

Commit 16be28d

Browse files
committed
remove unused variables
1 parent 00bf712 commit 16be28d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

products/statement-generator/src/components/DynamicText.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { makeStyles, createStyles } from '@material-ui/core';
88

99
import { LaunchOutlined } from '@material-ui/icons';
1010

11-
const useStyles = makeStyles(({ palette }) =>
11+
const useStyles = makeStyles(() =>
1212
createStyles({
1313
externalLinkIcon: {
1414
marginLeft: '2px',

0 commit comments

Comments
 (0)