mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 06:11:15 +00:00
Fix prettier.
This commit is contained in:
parent
3f985558e8
commit
70528d6d71
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ export class Settings extends Component<any, SettingsState> {
|
|||
i.setState(
|
||||
s => (
|
||||
(s.saveUserSettingsForm.open_links_in_new_tab = event.target.checked), s
|
||||
)
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue