fix: Forgot to remove bad comments from SaveDatasetModal (#11919)

This commit is contained in:
Hugh A. Miles II
2020-12-03 17:03:40 -08:00
committed by GitHub
parent e0288bf76b
commit 41d4fb9cb3

View File

@@ -96,8 +96,6 @@ export const SaveDatasetModal: FunctionComponent<SaveDatasetModalProps> = ({
inputValue: string,
option: { value: string; datasetId: number },
) => {
// We need to add "es7" to tsconfig for this to error to go way
// https://stackoverflow.com/questions/51811239/ts2339-property-includes-does-not-exist-on-type-string/51811417
return option.value.includes(inputValue);
};