fix build

This commit is contained in:
Yana
2025-06-24 15:33:52 +03:00
parent 60ce7a4d58
commit 1eb39d1383
3 changed files with 3 additions and 4 deletions
@@ -24,8 +24,8 @@ export default async function AccountNotFound({
</Grid>
<Typography variant="h5">
<Markdown className="reactMarkDownLink">
This account does't have a Nym node bonded. Is this your account?
Start [setting up your node](https://nym.com/docs) today!
This account doesn&apos;t have a Nym node bonded. Is this your
account? Start [setting up your node](https://nym.com/docs) today!
</Markdown>
</Typography>
</ContentLayout>
@@ -7,7 +7,6 @@ import { useEnvironment } from "@/providers/EnvironmentProvider";
import { useQuery } from "@tanstack/react-query";
import { getBasePathByEnv } from "../../../envs/config";
import { Box } from "@mui/material";
import SectionHeading from "@/components/headings/SectionHeading";
type Props = {
paramId: string;
@@ -159,7 +159,7 @@ const SubHeaderRowActions = () => {
return <Loading />;
}
if (isTotalStakerRewardsError) {
if (isDelegationsError || isTotalStakerRewardsError) {
return (
<Stack direction="row" spacing={3} justifyContent={"end"}>
<Button variant="contained" disabled>