aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frontend/src/pages/Profile.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/pages/Profile.tsx b/frontend/src/pages/Profile.tsx
index 2533291..8acf746 100644
--- a/frontend/src/pages/Profile.tsx
+++ b/frontend/src/pages/Profile.tsx
@@ -452,7 +452,7 @@ const Profile: React.FC<ProfileProps> = ({
452 _delete_submission(r.map_id, e.record_id); 452 _delete_submission(r.map_id, e.record_id);
453 }} 453 }}
454 > 454 >
455 <img src={DeleteIcon}></img> 455 <img src={DeleteIcon} alt="delete icon"></img>
456 </button> 456 </button>
457 <button 457 <button
458 onClick={() => 458 onClick={() =>
@@ -572,7 +572,7 @@ const Profile: React.FC<ProfileProps> = ({
572 _delete_submission(r.id, e.record_id); 572 _delete_submission(r.id, e.record_id);
573 }} 573 }}
574 > 574 >
575 <img src={DeleteIcon}></img> 575 <img src={DeleteIcon} alt="delete icon"></img>
576 </button> 576 </button>
577 <button 577 <button
578 onClick={() => 578 onClick={() =>