Skip to content

Commit 2de4d15

Browse files
authored
[DUOS-2867] Address warning nits by eslint (#2428)
1 parent 9cbdb44 commit 2de4d15

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/TableHeaderSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const TableHeaderSection = (props) => {
3434
style: {
3535
fontFamily: 'Montserrat',
3636
fontSize: '1.4rem',
37-
width: '150%'
37+
width: '150%'
3838
},
3939
},
4040
[description]

src/pages/DatasetSearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const assembleFullQuery = (isSigningOfficial, isInstitutionQuery, subQuery) => {
7474
}
7575
}
7676
};
77-
}
77+
};
7878

7979
export const DatasetSearch = (props) => {
8080
const { match: { params: { query } } } = props;
@@ -212,7 +212,7 @@ export const DatasetSearch = (props) => {
212212
}
213213
};
214214
init();
215-
}, []);
215+
}, [institutionId, isInstitutionQuery, isSigningOfficial, props.history, version.query]);
216216

217217
return (
218218
loading ?

0 commit comments

Comments
 (0)