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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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