Frontend: Fixed renote visibilities not appearing

This commit is contained in:
Natty 2023-11-06 18:07:00 +01:00
parent e53e274d1d
commit 4cb7431681
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ const renote = async (viaKeyboard = false, ev?: MouseEvent) => {
});
}
if (["public", "home"].includes(props.note.visibility)) {
if (["public", "home", "Public", "home"].includes(props.note.visibility)) {
buttonActions.push({
text: `${i18n.ts.renote} (${i18n.ts._visibility.home})`,
icon: "ph-house ph-bold ph-lg",