Skip to content

Commit

Permalink
gave method better name
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Oct 4, 2023
1 parent 6d2992d commit dedccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/src/notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Notification {
return this.notificationElement.children('span').text()
}

isDismissable () {
isUserDismissable () {
return this.notificationElement.children('button').length
}

Expand Down

0 comments on commit dedccda

Please sign in to comment.