From dedccda87afa3e23bf375aa08c4a90788001e1f6 Mon Sep 17 00:00:00 2001 From: firelemons Date: Wed, 4 Oct 2023 17:15:56 -0500 Subject: [PATCH] gave method better name --- app/javascript/src/notifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/notifier.js b/app/javascript/src/notifier.js index 98849cc92c..5f6d72b988 100644 --- a/app/javascript/src/notifier.js +++ b/app/javascript/src/notifier.js @@ -49,7 +49,7 @@ class Notification { return this.notificationElement.children('span').text() } - isDismissable () { + isUserDismissable () { return this.notificationElement.children('button').length }