Skip to content

Commit

Permalink
Add missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn Keast committed Oct 16, 2021
1 parent 4f6df62 commit e1dec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/reading.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function Reading({ booksByYear }) {
</thead>
<tbody>
{year.books.map((book, i) => (
<tr className="flex flex-col md:table-row border-t border-black border-opacity-10 align-top leading-tight">
<tr className="flex flex-col md:table-row border-t border-black border-opacity-10 align-top leading-tight" key={book.title}>
<td className="pt-2 md:pb-2 pr-2">
{book.reading && (
<svg
Expand Down

1 comment on commit e1dec22

@vercel
Copy link

@vercel vercel bot commented on e1dec22 Oct 16, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.