fix build
This commit is contained in:
@@ -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'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>
|
||||
|
||||
Reference in New Issue
Block a user