Skip to content

Commit

Permalink
EndOfList() returns no message anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Dec 24, 2023
1 parent a71110a commit bd42b36
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/EndOfList.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import React from "react"
//marked for deletion
function EndOfList() {
return (
<p style={{ textAlign: "center" , color: "blue"}}>
<b> End of List</b>
</p>
<p> </p>
)
}

Expand Down

0 comments on commit bd42b36

Please sign in to comment.