mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-12-23 03:11:25 +00:00
parent
de8255fc9e
commit
0c18224cf2
2 changed files with 4 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 18da10858d8c63750beb06247947f25d91944741
|
Subproject commit e943f97fe481dc425acdebc8872bf1fdcabaf875
|
|
@ -53,6 +53,9 @@ export class SortSelect extends Component<SortSelectProps, SortSelectState> {
|
||||||
<option key={"Active"} value={"Active"}>
|
<option key={"Active"} value={"Active"}>
|
||||||
{I18NextService.i18n.t("active")}
|
{I18NextService.i18n.t("active")}
|
||||||
</option>,
|
</option>,
|
||||||
|
<option key={"Scaled"} value={"Scaled"}>
|
||||||
|
{I18NextService.i18n.t("scaled")}
|
||||||
|
</option>,
|
||||||
]}
|
]}
|
||||||
<option value={"Controversial"}>
|
<option value={"Controversial"}>
|
||||||
{I18NextService.i18n.t("controversial")}
|
{I18NextService.i18n.t("controversial")}
|
||||||
|
|
Loading…
Reference in a new issue