refactor: more i18n

This commit is contained in:
Tristan Yang
2022-11-30 19:49:08 +08:00
parent 51ca2d52fa
commit 92dfe51d30
4 changed files with 19 additions and 10 deletions
@@ -9,7 +9,6 @@ import ContextMenu, { Item } from "../../../common/component/ContextMenu";
import useUserOperation from "../../../common/hook/useUserOperation";
import { useAppSelector } from "../../../app/store";
import { useTranslation } from "react-i18next";
import { t } from "i18next";
type Props = {
context: "user" | "channel";
id: number;