Skip to content

Commit 62fe694

Browse files
committed
Fixed the bug that was requested.
1 parent b51a270 commit 62fe694

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/UserProfile/UserProfileEdit/ToggleSwitch/ToggleSwitch.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const ToggleSwitch = ({
108108
if (state) {
109109
return (
110110
<div className="blueSqare">
111-
<div className={style.switchSectionProfile}>
111+
<div className={style.switchSection}>
112112
<div className="icon">
113113
<i
114114
className="fa fa-envelope-o"

0 commit comments

Comments
 (0)