diff --git a/functions/src/markets.ts b/functions/src/markets.ts index 6d6380c1..f9188987 100644 --- a/functions/src/markets.ts +++ b/functions/src/markets.ts @@ -25,6 +25,7 @@ export const markets = functions }) const getContractInfo = ({ + id, creatorUsername, creatorName, createdTime, @@ -40,6 +41,7 @@ const getContractInfo = ({ resolution, }: Contract) => { return { + id, creatorUsername, creatorName, createdTime, diff --git a/web/components/add-funds-button.tsx b/web/components/add-funds-button.tsx index 3903f079..d17d89ce 100644 --- a/web/components/add-funds-button.tsx +++ b/web/components/add-funds-button.tsx @@ -20,7 +20,7 @@ export function AddFundsButton(props: { className?: string }) {