Skip to content

Commit

Permalink
Disable fetch of mints (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matth26 committed Nov 30, 2024
1 parent 1a7754c commit 94afcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const Home = () => {

useEffect(() => {
const clause: torii.MemberClause = {
model: "zkube-Mint",
model: "zkube-Mint2",
member: "id",
operator: "Eq",
value: {
Expand Down

0 comments on commit 94afcd9

Please sign in to comment.