Skip to content

Commit 2e85187

Browse files
committed
rm comment
1 parent 8587f0d commit 2e85187

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-repl/src/components

1 file changed

+1
-1
lines changed

packages/browser-repl/src/components/shell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ interface ShellProps {
111111
/**
112112
* A set of input strings to evaluate right after shell is mounted
113113
*/
114-
initialEvaluate?: string | string[]; // TODO: rename
114+
initialEvaluate?: string | string[];
115115

116116
/**
117117
* Initial value in the shell input field

0 commit comments

Comments
 (0)