diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-16 17:29:50 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-07-16 17:29:50 +0530 |
commit | 5333be008238f32e0570a8124aa600f6a5b77595 (patch) | |
tree | d62e377c53c7692494755ab5d30ac64e8339931e /ui | |
parent | 6860422b5b97f9e2459084684aa000c0b85f5e7b (diff) |
removed useless footer in list.go
Diffstat (limited to 'ui')
-rw-r--r-- | ui/list.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -49,7 +49,6 @@ func AnimeList(animes []a.Anime) { }) } - t.AppendFooter(table.Row{len(animes), "", "", ""}) t.Render() } @@ -77,6 +76,5 @@ func MangaList(mangas []m.Manga) { }) } - t.AppendFooter(table.Row{len(mangas), "", "", ""}) t.Render() } |