Skip to content

Commit 1d00fee

Browse files
committed
skellies
1 parent 848d2cd commit 1d00fee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/web/src/stores/nft-staking-store.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ export const useNftStaking = create<{
163163
tokens.forEach((tokenId) => {
164164
let approval_id: number | null = null;
165165
//TODO: temporary fix for neartopia
166-
if (collection.includes("neartopia")) {
166+
if (
167+
collection.includes("neartopia") ||
168+
collection.includes("secretskelliessociety")
169+
) {
167170
approval_id = 0;
168171
}
169172
transactions.push(

0 commit comments

Comments
 (0)