Skip to content

Commit

Permalink
Update page.js
Browse files Browse the repository at this point in the history
remove isEditting condition
  • Loading branch information
Joshua-Ogbonna authored Nov 8, 2024
1 parent 1353c50 commit aedc913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/profile-setting/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ function ProfileSettingsPage() {
</div>
</div>

{isEditing && (

<button
onClick={handleSave}
style={{
Expand Down Expand Up @@ -1168,7 +1168,7 @@ function ProfileSettingsPage() {
// >
// Edit
// </button>
)}


{isCoverPopupVisible && (
<div
Expand Down

0 comments on commit aedc913

Please sign in to comment.