MCPcopy Create free account
hub / github.com/codemistic/Web-Development / recentItem

Function recentItem

Yet Another LinkedIn Clone/Sidebar.js:10–15  ·  view source on GitHub ↗
(topic)

Source from the content-addressed store, hash-verified

8 const { user } = useSelector(selectUser);
9
10 const recentItem = (topic) => (
11 <div className="sidebar__recentItem">
12 <span className="sidebar__hash">#</span>
13 <p>{topic}</p>
14 </div>
15 );
16
17 return (
18 <div className="sidebar">

Callers 1

SidebarFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected