Skip to content

Conversation

@HammadYousaf01
Copy link
Owner

No description provided.


export default function Nav() {
return (
<>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unnecessary fragment

export default function NavLinks() {
return (
<div className="nav-links-container">
<NavLink title={"Create"}/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<NavLink title={"Create"}/>
<NavLink title="Create"/>


if (loading) return <div>...Loading</div>
return (
<div className="posts">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants