fixed extra /

This commit is contained in:
pepper 2021-01-22 01:20:19 -05:00
parent fef14103a9
commit d86146c8fd

View File

@ -17,7 +17,7 @@ class InLineSearch extends React.Component {
// This is so we can access the state within the function
if (e.keyCode === 13) {
window.location.href =
process.env.REACT_APP_SITE_URL + '/migrations/' + this.state.data;
process.env.REACT_APP_SITE_URL + 'migrations/' + this.state.data;
}
};
render() {