Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
a1eb3c1 - Fix bug created in merge conflict.
  • Loading branch information
IdlePhysicist committed Feb 10, 2022
2 parents ab322a7 + a1eb3c1 commit fce3570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/gui/cavers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

type cavers struct {
*cview.Table
filterCol, filterTerm string
filterCol, filterTerm, filterAction string
}

func newCavers(g *Gui) *cavers {
Expand Down
2 changes: 1 addition & 1 deletion internal/gui/caves.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

type caves struct {
*cview.Table
filterCol, filterTerm string
filterCol, filterTerm, filterAction string
}

func newCaves(g *Gui) *caves {
Expand Down
2 changes: 1 addition & 1 deletion internal/gui/trips.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

type trips struct {
*cview.Table
filterCol, filterTerm string
filterCol, filterTerm, filterAction string
}

func newTrips(g *Gui) *trips {
Expand Down

0 comments on commit fce3570

Please sign in to comment.