Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Oct 20, 2023
1 parent 77d35ae commit 08a2c5d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/TxHistory/TxHistoryNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
SwapProvider,
swapStorageMaker,
} from '@yoroi/swap'
import {App, Swap} from '@yoroi/types'
import {Swap} from '@yoroi/types'
import React from 'react'
import {defineMessages, useIntl} from 'react-intl'
import {StyleSheet, Text, TouchableOpacity, TouchableOpacityProps} from 'react-native'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 282,
"column": 16,
"index": 9802
"index": 9797
},
"end": {
"line": 285,
"column": 3,
"index": 9891
"index": 9886
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 286,
"column": 13,
"index": 9906
"index": 9901
},
"end": {
"line": 289,
"column": 3,
"index": 9979
"index": 9974
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 290,
"column": 17,
"index": 9998
"index": 9993
},
"end": {
"line": 293,
"column": 3,
"index": 10075
"index": 10070
}
},
{
Expand All @@ -51,12 +51,12 @@
"start": {
"line": 294,
"column": 15,
"index": 10092
"index": 10087
},
"end": {
"line": 297,
"column": 3,
"index": 10165
"index": 10160
}
},
{
Expand All @@ -66,12 +66,12 @@
"start": {
"line": 298,
"column": 21,
"index": 10188
"index": 10183
},
"end": {
"line": 301,
"column": 3,
"index": 10283
"index": 10278
}
},
{
Expand All @@ -81,12 +81,12 @@
"start": {
"line": 302,
"column": 14,
"index": 10299
"index": 10294
},
"end": {
"line": 305,
"column": 3,
"index": 10380
"index": 10375
}
},
{
Expand All @@ -96,12 +96,12 @@
"start": {
"line": 306,
"column": 13,
"index": 10395
"index": 10390
},
"end": {
"line": 309,
"column": 3,
"index": 10475
"index": 10470
}
},
{
Expand All @@ -111,12 +111,12 @@
"start": {
"line": 310,
"column": 18,
"index": 10495
"index": 10490
},
"end": {
"line": 313,
"column": 3,
"index": 10596
"index": 10591
}
},
{
Expand All @@ -126,12 +126,12 @@
"start": {
"line": 314,
"column": 20,
"index": 10618
"index": 10613
},
"end": {
"line": 317,
"column": 3,
"index": 10707
"index": 10702
}
},
{
Expand All @@ -141,12 +141,12 @@
"start": {
"line": 318,
"column": 26,
"index": 10735
"index": 10730
},
"end": {
"line": 321,
"column": 3,
"index": 10839
"index": 10834
}
},
{
Expand All @@ -156,12 +156,12 @@
"start": {
"line": 322,
"column": 19,
"index": 10860
"index": 10855
},
"end": {
"line": 325,
"column": 3,
"index": 10953
"index": 10948
}
},
{
Expand All @@ -171,12 +171,12 @@
"start": {
"line": 326,
"column": 16,
"index": 10971
"index": 10966
},
"end": {
"line": 329,
"column": 3,
"index": 11057
"index": 11052
}
},
{
Expand All @@ -186,12 +186,12 @@
"start": {
"line": 330,
"column": 19,
"index": 11078
"index": 11073
},
"end": {
"line": 336,
"column": 3,
"index": 11316
"index": 11311
}
},
{
Expand All @@ -201,12 +201,12 @@
"start": {
"line": 337,
"column": 27,
"index": 11345
"index": 11340
},
"end": {
"line": 340,
"column": 3,
"index": 11438
"index": 11433
}
}
]

0 comments on commit 08a2c5d

Please sign in to comment.