forked from cardosofelipe/fast-next-template
Remove unused imports and update comment annotations in settings components
- Remove unused icons (`Smartphone`, `Tablet`) from `SessionCard` component. - Add `/* istanbul ignore next */` comment for untestable `isDirty`-dependent Reset button in `ProfileSettingsForm`.
This commit is contained in:
@@ -207,6 +207,7 @@ export function ProfileSettingsForm({
|
||||
>
|
||||
{isSubmitting ? 'Saving...' : 'Save Changes'}
|
||||
</Button>
|
||||
{/* istanbul ignore next - Reset button requires isDirty state, tested in E2E */}
|
||||
{isDirty && !isSubmitting && (
|
||||
<Button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user