Skip to content

Commit c4d7dab

Browse files
committed
Remove todo
1 parent 285e036 commit c4d7dab

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Spreadsheet.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ const Spreadsheet = <CellType extends Types.CellBase>(
132132
onCellCommit = () => {},
133133
} = props;
134134
const initialState = React.useMemo(() => {
135-
/** @todo consider providing more arguments to model */
136135
const model = new Model(props.data);
137136
return {
138137
...INITIAL_STATE,

0 commit comments

Comments
 (0)