Skip to content

Commit 8ff1ece

Browse files
committed
fix(app): reduce quote token error length
Signed-off-by: Eric Hegnes <[email protected]>
1 parent 71e86d3 commit 8ff1ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app2/src/lib/transfer/shared/services/filling/check-filling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const getFillingState = (
119119

120120
if (Option.isNone(transferData.quoteToken)) {
121121
return FillingState.Generic({
122-
message: `No quote token for ${transferData.baseToken.value.denom}`,
122+
message: `No quote token`,
123123
})
124124
}
125125

0 commit comments

Comments
 (0)