diff --git a/package.json b/package.json index f1ebf32..e1b0688 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookery", - "version": "1.3.1", + "version": "1.3.2", "description": "======= Bookery =======", "main": "dist/main/main.js", "scripts": { diff --git a/src/renderer/users_view/history_edit_form.tsx b/src/renderer/users_view/history_edit_form.tsx index d29b77d..2da6e66 100644 --- a/src/renderer/users_view/history_edit_form.tsx +++ b/src/renderer/users_view/history_edit_form.tsx @@ -12,7 +12,8 @@ import { Container, Input, Icon, - Header + Header, + Label } from "semantic-ui-react"; import { Book } from "../../common/persistence/book"; import { filterBook } from "../../common/persistence/filter_book"; @@ -150,6 +151,7 @@ export function HistoryEditForm({ }} /> {book.title} by {book.author} + ); })}