diff --git a/.editorconfig b/.editorconfig index eedd617..74e4fbc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*.{ts,tsx,js,json,pug}] -indent_style = tab +indent_style = space end_of_line = lf charset = utf-8 trim_trailing_whitespace = true diff --git a/src/frontend/pages/apps/misshai.tsx b/src/frontend/pages/apps/misshai.tsx index 034ab99..0a9f134 100644 --- a/src/frontend/pages/apps/misshai.tsx +++ b/src/frontend/pages/apps/misshai.tsx @@ -61,7 +61,7 @@ export const MisshaiPage: React.VFC = () => { remoteFollowersOnly: data?.remoteFollowersOnly ?? false, template: data?.template ?? null, useRanking: data?.useRanking ?? false, - appendHashtag: data?.appendHashtag ?? true, + appendHashtag: data?.appendHashtag ?? true, }); const templateTextarea = useRef(null); @@ -103,7 +103,7 @@ export const MisshaiPage: React.VFC = () => { remoteFollowersOnly: data.remoteFollowersOnly, template: data.template, useRanking: data.useRanking, - appendHashtag: data.appendHashtag + appendHashtag: data.appendHashtag }); } }, [data]); @@ -226,7 +226,7 @@ export const MisshaiPage: React.VFC = () => { {score.data.followersCount} {score.data.followersDelta} - + {t('_missHai.rating')} {session.data.rating} @@ -248,7 +248,7 @@ export const MisshaiPage: React.VFC = () => { }}/> {t('_missHai.useRanking')} -