We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de58eb commit f87c79dCopy full SHA for f87c79d
1 file changed
internal/tui/components/statusbar/statusbar.go
@@ -46,7 +46,7 @@ func (s *StatusBar) formatHelpString(bindings []key.Binding) string {
46
}
47
48
// View renders the status bar
49
-func (s StatusBar) View() string {
+func (s *StatusBar) View() string {
50
if s.help == nil {
51
return ""
52
0 commit comments