• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

input-output-hk / lace / 7624893028

23 Jan 2024 11:14AM UTC coverage: 52.383% (-0.01%) from 52.396%
7624893028

push

github

web-flow
feat(ui, core): you will have to start over dialog storybook [LW-9410] (#840)

2024 of 4785 branches covered (0.0%)

Branch coverage included in aggregate %.

4603 of 7866 relevant lines covered (58.52%)

56.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/apps/browser-extension-wallet/src/components/DataCheckContainer/CorruptedData.tsx
1
import React from 'react';
×
2
import { useTranslation } from 'react-i18next';
×
3
import { AppMode } from '@src/utils/constants';
4
import { ResetDataError } from '@components/ResetDataError';
×
5

6
export interface CorruptedDataProps {
7
  appMode: AppMode;
8
}
9

10
export const CorruptedData = ({ appMode }: CorruptedDataProps): React.ReactElement => {
×
11
  const { t } = useTranslation();
×
12

13
  return (
×
14
    <ResetDataError
15
      appMode={appMode}
16
      description={
17
        <>
18
          <div>{t('corruptedData.errorDescription')}</div>
19
          <div>
20
            <b>{t('corruptedData.actionDescription')}</b>
21
          </div>
22
        </>
23
      }
24
      title={<div>{t('corruptedData.title')}</div>}
25
      buttonLabel={t('corruptedData.btn.confirm')}
26
    />
27
  );
28
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc