Test of running nx in yarn from pre-commit

This commit is contained in:
sam-keen 2022-03-02 12:01:06 +00:00 committed by Dexter Edwards
parent f88661e422
commit 4981b9fc4d

View File

@ -9,7 +9,7 @@ interface BlocksProps {
export const BlocksTable = ({ data }: BlocksProps) => {
if (!data?.result) {
return <>Awaiting block data</>;
return <>No block data</>;
}
return (