Skip to content

Commit 46fd6ce

Browse files
authored
Use the correct route name (#3323)
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
1 parent 35c80ef commit 46fd6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wormhole-connect/src/hooks/useFetchSupportedRoutes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const useFetchSupportedRoutes = (): HookReturn => {
8181
// TODO token refactor
8282
if (
8383
route.rc.name.includes('Mayan') &&
84-
route.rc.name !== 'MayanSwapSHUTTLE'
84+
route.rc.name !== 'MayanRouteSHUTTLE'
8585
) {
8686
supported = true;
8787
}

0 commit comments

Comments
 (0)