fix zod
This commit is contained in:
parent
6fac2a4956
commit
14e69ce210
@ -51,7 +51,7 @@ export default function RefillOptionsHeader({
|
|||||||
{t("title", { name: currentChat?.assistantName || "" })}
|
{t("title", { name: currentChat?.assistantName || "" })}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography as="p" size="sm" align="left" className={styles.subtitle}>
|
<Typography as="p" size="sm" align="left" className={styles.subtitle}>
|
||||||
{t("subtitle", { name: user?.profile.name || "" })}
|
{t("subtitle", { name: user?.profile?.name || "" })}
|
||||||
</Typography>
|
</Typography>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.timer}>
|
<div className={styles.timer}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user