feat: space between infix op

This commit is contained in:
qianxi0410
2022-08-06 23:43:09 +08:00
parent 77565712e0
commit 6aaba6debd
18 changed files with 27 additions and 25 deletions

View File

@ -51,7 +51,7 @@ class HomePage extends React.Component {
{link: "/applications", name: i18next.t("general:Applications"), organizer: i18next.t("general:Applications that require authentication")},
];
for (let i = 0; i < items.length; i ++) {
for (let i = 0; i < items.length; i++) {
let filename = items[i].link;
if (filename === "/account") {
filename = "/users";