Skip to content

Commit

Permalink
Minor.
Browse files Browse the repository at this point in the history
  • Loading branch information
revanth0212 committed Feb 7, 2020
1 parent fbb5a47 commit b0b001a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const GiftOptions = props => {
saveGiftOptionsQuery: SET_GIFT_OPTIONS_QUERY
});

const classes = () => mergeClasses(defaultClasses, props.classes);
const classes = mergeClasses(defaultClasses, props.classes);

return (
<div className={classes.root}>
Expand Down

0 comments on commit b0b001a

Please # to comment.