mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
70a2b3ca9a
* Add disclaimer modal to footer * Remove duplicate code & unnecessary styles * Fix formatting noise * remove un-used css style * Fix tslint error & add media query for modals * Nest Media Query * Update Jest & Enzyme, Add snapshot tests * Fix tslint errors in /spec, Update mock localstorage * Update types in tests, Fix tslint error * Specify module versions for browser * Update sendTransaction snapshot
35 lines
658 B
Plaintext
35 lines
658 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`render snapshot 1`] = `
|
|
<Connect(TabSection)>
|
|
<section
|
|
className="container"
|
|
>
|
|
<div
|
|
className="tab-content"
|
|
>
|
|
<article
|
|
className="tab-pane active"
|
|
>
|
|
<article
|
|
className="collapse-container"
|
|
>
|
|
<div>
|
|
<h1>
|
|
View Wallet Info
|
|
</h1>
|
|
</div>
|
|
<div>
|
|
<p>
|
|
<Translate
|
|
translationKey="VIEWWALLET_Subtitle"
|
|
/>
|
|
</p>
|
|
</div>
|
|
</article>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
</Connect(TabSection)>
|
|
`;
|