Skip to content

Commit 9b7ca76

Browse files
committed
chore: remove outdated todo
1 parent 8514197 commit 9b7ca76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

models/weaveinit/run_l1_node.go

-1
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,6 @@ func (m *StateSyncEndpointInput) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
11181118
}
11191119

11201120
func (m *StateSyncEndpointInput) View() string {
1121-
// TODO: Correctly render terminal output
11221121
view := m.state.weave.Render() + styles.RenderPrompt(m.GetQuestion(), []string{"state sync RPC"}, styles.Question)
11231122
if m.err != nil {
11241123
return view + "\n" + m.TextInput.ViewErr(m.err)

0 commit comments

Comments
 (0)