logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: af27e2ca7ba87bb9c4b74ea0adee252afd2caabf
parent 388a7ac1750e4e9284263dcd123451ebc4a1b577
Author: Henry Jameson <me@hjkos.com>
Date:   Thu, 16 Nov 2023 21:55:01 +0200

fix typo

Diffstat:

Msrc/modules/notifications.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/notifications.js b/src/modules/notifications.js @@ -113,7 +113,7 @@ export const notifications = { } }) }, - notificationClicked ({ state, commit }, id) { + notificationClicked ({ state, commit }, { id }) { const notification = state.idStore[id] const { type, seen } = notification