Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
taskooh committed Aug 24, 2024
1 parent 3f8437c commit bba8324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/StoreSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export default function StoreSelector({
store.maxFee = fees.length ? Math.max(...fees) : 0;
store.minFee = fees.length ? Math.min(...fees) : 0;

// TODO: Do this in listStores
// get loyalty logic contract address
const loyaltyLogicContract = getContract({
client,
Expand Down

0 comments on commit bba8324

Please sign in to comment.