Skip to content

Commit

Permalink
fix: removed platform mention
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuEScioN committed Oct 31, 2024
1 parent e6de09e commit fd31f99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/app/sandbox/deploy/LeftSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ export function LeftSection() {
>
Clarinet
</TextLink>{' '}
or the{' '}
<TextLink
href="https://docs.hiro.so/stacks/platform/guides/deployment-plans"
target="_blank"
_hover={{ textDecoration: 'underline' }}
>
Hiro platform
</TextLink>{' '}
instead.
</Text>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion src/app/signers/SignersTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ const SignersTableBase = () => {
};
}, [signers, getSignerMetricsBySignerQuery, selectedCycle]);
const signersMetrics = useQueries(signersMetricsQueries, queryClient);

console.log({ signersMetrics });
const signersData = useMemo(
() =>
signers
Expand Down

0 comments on commit fd31f99

Please sign in to comment.