Frontend: Fixed a wrong renote cancel condition

This commit is contained in:
Natty 2023-09-30 21:16:56 +02:00
parent dde74dd56b
commit df275de905
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
});
}
if (hasRenotedBefore) {
if (hasRenotedBefore.value) {
buttonActions.push({
text: i18n.ts.unrenote,
icon: "ph-trash ph-bold ph-lg",