Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: comment
  • Loading branch information
hi-ogawa committed Apr 7, 2024
commit 12628fe36419100e7e237650e0d72a9043d0ee5b
3 changes: 1 addition & 2 deletions src/routes/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ export default async function Layout(props: LayoutProps) {
<ul>
{contacts.map((contact) => (
<li key={contact.id}>
{/* TODO: encoding /contacts/kent%20c.-dodds */}
{/* TODO: functional `className` prop cannot used for server/client boundary */}
{/* NOTE: functional `className` prop cannot used for server/client boundary */}
<NavLink href={`/contacts/${contact.id}`}>
{contact.first || contact.last ? (
<>
Expand Down