mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Merge branch 'main' into totp-change
This commit is contained in:
commit
57f8498119
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ export class SortSelect extends Component<SortSelectProps, SortSelectState> {
|
|||
<option key={"Active"} value={"Active"}>
|
||||
{I18NextService.i18n.t("active")}
|
||||
</option>,
|
||||
<option key={"Scaled"} value={"Scaled"}>
|
||||
{I18NextService.i18n.t("scaled")}
|
||||
</option>,
|
||||
]}
|
||||
<option value={"Controversial"}>
|
||||
{I18NextService.i18n.t("controversial")}
|
||||
|
|
Loading…
Reference in a new issue