fix: indexes manage page typo (#22)

This commit is contained in:
BoYanZh
2022-11-29 10:08:57 +08:00
committed by GitHub
parent b398656f26
commit ed1acb62cf

View File

@@ -112,14 +112,14 @@ const Indexes = () => {
</Badge>
</Text>
<Text>
{t("indexes.obj_count")}:
{t("indexes.last_done_time")}:
<Badge colorScheme="accent" ml="$2">
{formatDate(progress()!.last_done_time)}
</Badge>
</Text>
<Show when={progress()?.error}>
<Text css={{ wordBreak: "break-all" }}>
{t("indexes.obj_count")}:
{t("indexes.error")}:
<Badge colorScheme="danger" ml="$2">
{progress()!.error}
</Badge>