Skip to content

Commit

Permalink
fix: rulePayload filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Zephyruso committed Dec 9, 2024
1 parent 9d7d984 commit 1ff658b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/connections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const renderConnections = computed(() => {
conn.metadata.network,
conn.chains.join(''),
conn.rule,
conn.rulePayload,
].some((i) => i?.includes(connectionFilter.value))
}

Expand Down

0 comments on commit 1ff658b

Please sign in to comment.