fix lingering eslint errors

This commit is contained in:
Paul Miller
2023-07-28 12:06:47 -05:00
parent ba40c9ceff
commit 2ce83f9ae5
4 changed files with 31 additions and 23 deletions

View File

@@ -58,10 +58,10 @@ export function AmountSats(props: {
props.amountSats && Number(props.amountSats) === 1
}
>
{i18n.t("common.sat")}
</Show>
</span>
</h1>
{i18n.t("common.sat")}
</Show>
</span>
</h1>
</div>
);
}
@@ -71,7 +71,7 @@ export function AmountFiat(props: {
loading?: boolean;
denominationSize?: "sm" | "lg" | "xl";
}) {
const i18n = useI18n()
const i18n = useI18n();
const [state, _] = useMegaStore();
const amountInUsd = () =>