Skip to content

Commit

Permalink
suspendedSettingsForNow
Browse files Browse the repository at this point in the history
  • Loading branch information
mkw2107 committed Oct 29, 2024
1 parent db82063 commit aede4ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/pages/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ const Profile: React.FC<ProfileProps> = ({ isDarkMode, user }) => {
</a>
</div>


{/*}
<div className="right-container">
<div className="settings-section">
<h3>Alert Settings</h3>
Expand Down Expand Up @@ -118,6 +120,7 @@ const Profile: React.FC<ProfileProps> = ({ isDarkMode, user }) => {
</div>
</div>
</div>
*/}
</div>
);
};
Expand Down

0 comments on commit aede4ec

Please sign in to comment.