docs: Remove TODO
This commit is contained in:
parent
da11490b00
commit
a1971f8ba8
@ -134,7 +134,6 @@ const ReviewPageWithRouter = withRouter(
|
||||
this.inputRef.value = "";
|
||||
}
|
||||
} else if (minDist <= LEVENSHTEIN_MAX_DISTANCE) {
|
||||
// TODO: Set the text color to black
|
||||
this.props.setPopover(true, "Das war fast richtig", "yellow", "black");
|
||||
} else {
|
||||
// Find the IVocab item
|
||||
|
Reference in New Issue
Block a user