Update src/plugins/betterBanReasons/index.tsx

Co-authored-by: vee <vendicated@riseup.net>
This commit is contained in:
Inbestigator 2024-06-27 16:48:05 -07:00 committed by GitHub
parent 48b497436c
commit 719f6c934c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -92,7 +92,7 @@ export default definePlugin({
{ name: reason, value: reason }
));
},
isOtherDefault() {
getDefaultState() {
return settings.store.textInputDefault ? 1 : 0;
},
settings,