Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LuckySwap
interface
Commits
2d8dac5c
Unverified
Commit
2d8dac5c
authored
Oct 05, 2023
by
Connor McEwen
Committed by
GitHub
Oct 05, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: merge issue (#7427)
* fix: merge issue * update snapshots
parent
0e3d188a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
SwapLineItem.test.tsx.snap
src/components/swap/__snapshots__/SwapLineItem.test.tsx.snap
+2
-2
App.tsx
src/pages/App.tsx
+1
-1
No files found.
src/components/swap/__snapshots__/SwapLineItem.test.tsx.snap
View file @
2d8dac5c
...
@@ -5756,7 +5756,7 @@ exports[`SwapLineItem.tsx fee on buy 1`] = `
...
@@ -5756,7 +5756,7 @@ exports[`SwapLineItem.tsx fee on buy 1`] = `
<span
<span
class=""
class=""
>
>
3
.000
%
3%
</span>
</span>
</div>
</div>
</div>
</div>
...
@@ -7409,7 +7409,7 @@ exports[`SwapLineItem.tsx fee on sell 1`] = `
...
@@ -7409,7 +7409,7 @@ exports[`SwapLineItem.tsx fee on sell 1`] = `
<span
<span
class=""
class=""
>
>
3
.000
%
3%
</span>
</span>
</div>
</div>
</div>
</div>
...
...
src/pages/App.tsx
View file @
2d8dac5c
...
@@ -8,7 +8,7 @@ import { useFeatureFlagsIsLoaded } from 'featureFlags'
...
@@ -8,7 +8,7 @@ import { useFeatureFlagsIsLoaded } from 'featureFlags'
import
{
useAtom
}
from
'
jotai
'
import
{
useAtom
}
from
'
jotai
'
import
{
useBag
}
from
'
nft/hooks/useBag
'
import
{
useBag
}
from
'
nft/hooks/useBag
'
import
{
lazy
,
Suspense
,
useEffect
,
useLayoutEffect
,
useMemo
,
useState
}
from
'
react
'
import
{
lazy
,
Suspense
,
useEffect
,
useLayoutEffect
,
useMemo
,
useState
}
from
'
react
'
import
{
Route
,
Routes
,
useLocation
,
useSearchParams
}
from
'
react-router-dom
'
import
{
Navigate
,
Route
,
Routes
,
useLocation
,
useSearchParams
}
from
'
react-router-dom
'
import
{
shouldDisableNFTRoutesAtom
}
from
'
state/application/atoms
'
import
{
shouldDisableNFTRoutesAtom
}
from
'
state/application/atoms
'
import
{
useRouterPreference
}
from
'
state/user/hooks
'
import
{
useRouterPreference
}
from
'
state/user/hooks
'
import
{
StatsigProvider
,
StatsigUser
}
from
'
statsig-react
'
import
{
StatsigProvider
,
StatsigUser
}
from
'
statsig-react
'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment