previewMessage: fix button (#1919)

This commit is contained in:
AutumnVN 2023-11-01 08:19:26 +07:00 committed by GitHub
parent e37f62ac0a
commit 9de6c2d4ff
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,5 +137,5 @@ export default definePlugin({
},
],
previewIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
chatBarIcon: ErrorBoundary.wrap(PreviewButton, { noop: true }),
});