Skip to content

Commit

Permalink
Update packages/material-ui-unstyled/src/composeClasses/composeClasse…
Browse files Browse the repository at this point in the history
…s.js
  • Loading branch information
mnajdova committed Jan 12, 2021
1 parent 9f192e3 commit fbaaf6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function composeClasses({ slots, classes = {}, getUtilityClass }) {
function composeClasses({ slots, classes, getUtilityClass }) {
const output = {};

Object.keys(slots).forEach((slot) => {
Expand Down

0 comments on commit fbaaf6d

Please sign in to comment.