fixed error in view.go
This commit is contained in:
parent
1f9185b8df
commit
39d38ce098
1 changed files with 1 additions and 3 deletions
4
view.go
4
view.go
|
|
@ -13,10 +13,8 @@ func (m model) View() string {
|
||||||
return m.viewMonth()
|
return m.viewMonth()
|
||||||
case hourlyView:
|
case hourlyView:
|
||||||
return m.viewHourly()
|
return m.viewHourly()
|
||||||
case formView:
|
|
||||||
return m.form.View()
|
|
||||||
default:
|
default:
|
||||||
return ""
|
return m.viewMonth()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue