Skip to content

Commit

Permalink
Add History Timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
0916dhkim committed Mar 27, 2020
1 parent 5ff3bee commit 1a0dd8c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/users_view/history_edit_form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -150,6 +151,7 @@ export function HistoryEditForm({
}}
/>
{book.title} by {book.author}
<Label>{moment(view.date).format("YYYY/MM/DD")}</Label>
</Segment>
);
})}
Expand Down

0 comments on commit 1a0dd8c

Please sign in to comment.