Skip to content

Commit

Permalink
refactor: remove unnecessary parameter
Browse files Browse the repository at this point in the history
Removed an unnecessary parameter from the `removeSnackbar` method to
streamline its implementation and improve clarity.
  • Loading branch information
chessurisme committed May 16, 2024
1 parent 40be994 commit 380bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/snackbar/snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Snackbar {
}

remove() {
removeSnackbar(this.config)
removeSnackbar()
}
}

Expand Down

0 comments on commit 380bd02

Please sign in to comment.