Skip to content

Commit

Permalink
test: removed div as discussed with Farrah for Toggle Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
usman-deriv committed Aug 3, 2024
1 parent c2a3e45 commit 7005013
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/AdvertiserName/AdvertiserNameToggle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ const AdvertiserNameToggle = memo(({ advertiserInfo, onToggle }: TAdvertiserName
{advertiserInfo?.fullName}
</Text>
</div>
<div data-testid='dt_advertiser_name_toggle_switch'>
<ToggleSwitch onChange={onToggleShowRealName} value={shouldShowRealName} />
</div>
<ToggleSwitch onChange={onToggleShowRealName} value={shouldShowRealName} />
</div>
);
});
Expand Down

0 comments on commit 7005013

Please sign in to comment.