- code clean up
This commit is contained in:
@@ -5,7 +5,6 @@ import { CAM_BASE } from "../utils/config";
|
|||||||
|
|
||||||
const Dashboard = () => {
|
const Dashboard = () => {
|
||||||
const base_url = `${CAM_BASE}/SightingList/sightingSummary?mostRecentRef=`;
|
const base_url = `${CAM_BASE}/SightingList/sightingSummary?mostRecentRef=`;
|
||||||
// const folkstone = `http://100.116.253.81/mergedHistory/sightingSummary?mostRecentRef=`;
|
|
||||||
return (
|
return (
|
||||||
<SightingFeedProvider url={base_url}>
|
<SightingFeedProvider url={base_url}>
|
||||||
<div className="mx-auto flex flex-col lg:flex-row gap-2 px-1 sm:px-2 lg:px-0 w-full min-h-screen">
|
<div className="mx-auto flex flex-col lg:flex-row gap-2 px-1 sm:px-2 lg:px-0 w-full min-h-screen">
|
||||||
|
|||||||
Reference in New Issue
Block a user