remove onloan column
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-05-07 15:35:07 -04:00
parent 2814c5dc68
commit e8388b979c
8 changed files with 7 additions and 39 deletions

View File

@@ -404,7 +404,6 @@ func (l *BookDetails) Draw(s tcell.Screen) {
{"Volume", l.book.Volume},
{"Year", l.book.Year},
{"Signed", strconv.FormatBool(l.book.Signed)},
{"On Loan", l.book.OnLoan},
{"Cover URL", l.book.CoverURL},
{"Notes", l.book.Notes},
{"Description", l.book.Description},