Skip to content

Commit e4b36e5

Browse files
committed
fix: lint
1 parent 64fca9a commit e4b36e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

apps/dashboard/src/app/(dashboard)/(bridge)/routes/components/server/routelist-card.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export async function RouteListCard({
3737
: name({
3838
contract: getContract({
3939
address: originTokenAddress,
40+
// eslint-disable-next-line no-restricted-syntax
4041
chain: defineChain(originChainId),
4142
client: getThirdwebClient(),
4243
}),
@@ -48,6 +49,7 @@ export async function RouteListCard({
4849
: name({
4950
contract: getContract({
5051
address: destinationTokenAddress,
52+
// eslint-disable-next-line no-restricted-syntax
5153
chain: defineChain(destinationChainId),
5254
client: getThirdwebClient(),
5355
}),

apps/dashboard/src/app/(dashboard)/(bridge)/routes/components/server/routelist-row.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export async function RouteListRow({
3838
: symbol({
3939
contract: getContract({
4040
address: originTokenAddress,
41+
// eslint-disable-next-line no-restricted-syntax
4142
chain: defineChain(originChainId),
4243
client: getThirdwebClient(),
4344
}),
@@ -49,6 +50,7 @@ export async function RouteListRow({
4950
: symbol({
5051
contract: getContract({
5152
address: destinationTokenAddress,
53+
// eslint-disable-next-line no-restricted-syntax
5254
chain: defineChain(destinationChainId),
5355
client: getThirdwebClient(),
5456
}),

0 commit comments

Comments
 (0)