fixes according to review

This commit is contained in:
Dogeek 2023-06-24 13:40:00 +02:00
parent 7e01b58ada
commit 4f9c34821f
2 changed files with 2 additions and 2 deletions

View file

@ -814,7 +814,7 @@ export class Settings extends Component<any, SettingsState> {
/>
<label
className="form-check-label"
htmlFor="user-show-new-post-notifs"
htmlFor="user-open-links-in-new-tab"
>
{I18NextService.i18n.t("open_links_in_new_tab")}
</label>

View file

@ -761,7 +761,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
data-tippy-content={title}
target={
UserService.Instance.myUserInfo?.local_user_view.local_user
.open_links_in_new_tab ?? false
.open_links_in_new_tab
? "_blank"
: "_self"
}