Fixed scaling of images. Fixed server.js issues for production
This commit is contained in:
@@ -29,7 +29,6 @@ function JobsDetailPage({ match, location }) {
|
||||
const [selectedTab, setSelectedTab] = useState(hash ? hash : "#lines");
|
||||
if (loading) return <SpinComponent />;
|
||||
if (error) return <AlertComponent message={error.message} type='error' />;
|
||||
console.log("selectedTab", selectedTab);
|
||||
return (
|
||||
<div>
|
||||
<Row>
|
||||
|
||||
Reference in New Issue
Block a user