🔥 remove author from booklog
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
eff412247f
commit
dad9c968ed
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ function getEmojiStars(rating:any) {
|
||||||
{
|
{
|
||||||
booksByYear[year].map((book) => (
|
booksByYear[year].map((book) => (
|
||||||
<div class="flex justify-between mb-2 break-words gap-2 borderbottom">
|
<div class="flex justify-between mb-2 break-words gap-2 borderbottom">
|
||||||
<p class="text-s">{book.title} - {book.author}</p>
|
<p class="text-s">{book.title}</p>
|
||||||
<p>{getEmojiStars(book.my_rating)}</p>
|
<p>{getEmojiStars(book.my_rating)}</p>
|
||||||
</div>
|
</div>
|
||||||
))
|
))
|
||||||
|
|
Loading…
Add table
Reference in a new issue