chore: update common locales

This commit is contained in:
Steven
2022-09-14 19:35:45 +08:00
parent c5b26e3310
commit 54db6eda04
6 changed files with 33 additions and 28 deletions

View File

@ -21,7 +21,6 @@ const ArchivedMemo: React.FC<Props> = (props: Props) => {
};
const { t } = useI18n();
const [showConfirmDeleteBtn, toggleConfirmDeleteBtn] = useToggle(false);
const imageUrls = Array.from(memo.content.match(IMAGE_URL_REG) ?? []).map((s) => s.replace(IMAGE_URL_REG, "$1"));
const handleDeleteMemoClick = async () => {
if (showConfirmDeleteBtn) {