Skip to content

Commit 7f00b16

Browse files
authored
chore: Remove unused expectationsData in Feast UI (#4621)
Gets rid of this when running `yarn start`: ```sh WARNING in src/pages/saved-data-sets/DatasetExpectationsTab.tsx Line 22:7: 'expectationsData' is defined but never used @typescript-eslint/no-unused-vars ``` Signed-off-by: Harri Lehtola <[email protected]>
1 parent cd87562 commit 7f00b16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ui/src/pages/saved-data-sets/DatasetExpectationsTab.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ const DatasetExpectationsTab = () => {
1919
);
2020
}
2121

22-
let expectationsData;
23-
2422
return isSuccess ? (
2523
<EuiPanel hasBorder={true} hasShadow={false}>
2624
<pre>{JSON.stringify(data.spec, null, 2)}</pre>

0 commit comments

Comments
 (0)