mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 18:45:38 +00:00
b7ba8ac22d
* Nest Routes * Update routing for subtabs * Revert 'remove subtabs component' * Update contract routes * Update subtabs component * Remove typo * Update routing to handle disabled subroutes * add disable prop to request payment tab * Update request payment disabled condition * Add CaptureRouteNotFound & RouteNotFound components * Update ENS routing * Remove any type * Display 404 before unlocking wallet
21 lines
360 B
Plaintext
21 lines
360 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`snapshot test ENS component 1`] = `
|
|
<Connect(TabSection)
|
|
isUnavailableOffline={true}
|
|
>
|
|
<section
|
|
className="container"
|
|
>
|
|
<Switch>
|
|
<Route
|
|
exact={true}
|
|
path="/ens"
|
|
render={[Function]}
|
|
/>
|
|
<Component />
|
|
</Switch>
|
|
</section>
|
|
</Connect(TabSection)>
|
|
`;
|