Test of running nx in yarn from pre-commit
This commit is contained in:
parent
f88661e422
commit
4981b9fc4d
@ -9,7 +9,7 @@ interface BlocksProps {
|
|||||||
|
|
||||||
export const BlocksTable = ({ data }: BlocksProps) => {
|
export const BlocksTable = ({ data }: BlocksProps) => {
|
||||||
if (!data?.result) {
|
if (!data?.result) {
|
||||||
return <>Awaiting block data</>;
|
return <>No block data</>;
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user