We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3653e23 commit fa17b6bCopy full SHA for fa17b6b
2 files changed
src/components/Market/MarketTableRow/MarketTableRow.tsx
@@ -83,7 +83,7 @@ export const MarketTableRow: FC = () => {
83
</Group>
84
),
85
enableSorting: true,
86
- meta: { colSpan: 1 },
+ meta: { colSpan: 2 },
87
},
88
{
89
id: 'offerTokenName',
src/hooks/useAPI.ts
@@ -2,7 +2,7 @@ import useSWR from 'swr';
2
3
// export const API = 'https://api.realt.community/v1/token/'; // use this for mainnet
4
export const API =
5
- 'https://react-demo-c79aa-default-rtdb.europe-west1.firebasedatabase.app/'; // for testing
+ 'https://yam-marketplace-test-default-rtdb.europe-west1.firebasedatabase.app/'; // for testing
6
export type API = {
7
fullName: string;
8
shortName: string;
0 commit comments