diff --git a/cmd/show/dashboard.go b/cmd/show/dashboard.go index 8a4c6a2..5d6f6af 100644 --- a/cmd/show/dashboard.go +++ b/cmd/show/dashboard.go @@ -78,9 +78,6 @@ func (m DashboardModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) { switch msg := msg.(type) { case tea.WindowSizeMsg: WindowSize = msg - width, _ := m.alumniContributorsTable.Width(), m.alumniContributorsTable.Height() - m.alumniContributorsTable.SetWidth(max(msg.Width-width, 5)) - m.newContributorsTable.SetWidth(max(msg.Width-width, 5)) case ErrMsg: fmt.Printf("Failed to retrieve contributors table data: %s", msg.err.Error())