kopia lustrzana https://github.com/bugout-dev/moonstream
removed console log
rodzic
14b62a705b
commit
902f57f1c0
|
@ -6,7 +6,6 @@ import {
|
||||||
import { Table, Thead, Tbody, Tr, Th, Td } from "@chakra-ui/react";
|
import { Table, Thead, Tbody, Tr, Th, Td } from "@chakra-ui/react";
|
||||||
|
|
||||||
const ContractSource = ({ source_info }) => {
|
const ContractSource = ({ source_info }) => {
|
||||||
console.log(source_info);
|
|
||||||
return (
|
return (
|
||||||
<VStack spacing={3}>
|
<VStack spacing={3}>
|
||||||
<Table>
|
<Table>
|
||||||
|
|
Ładowanie…
Reference in New Issue