Skip to content

Commit

Permalink
chore: fix classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Jun 13, 2019
1 parent 1a30332 commit e93b455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const SidebarToggleButton = ({
const intlText = intl.formatMessage(intlMessage);
const classes = classNames(
{
[`${className}`]: !!className,
[className]: !!className,
},
'bdl-SidebarToggleButton',
{
Expand Down

0 comments on commit e93b455

Please sign in to comment.