Skip to content

Commit

Permalink
Remove Typography variant prop
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhosseindhv committed Nov 2, 2018
1 parent 53ad2ab commit 08210df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SnackbarItem/SnackbarItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ class SnackbarItem extends Component {
onExited={() => onExited(key)}
>
<SnackbarContent
variant="subtitle1"
className={classNames(
classes.base,
classes[`variant${capitalise(variant)}`],
Expand Down

0 comments on commit 08210df

Please sign in to comment.