Skip to content
Snippets Groups Projects
Commit 78ac0a2e authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Merge branch 'fix/Old_fluid_modal' into 'dev'

fix/Old_fluid_modal

See merge request web-et-numerique/llle_project/ecolyo!107
parents 304b1d81 d52fe459
No related branches found
No related tags found
3 merge requests!138Version 0.2.2,!116Fix/ecolyo royal texte a changer,!107fix/Old_fluid_modal
...@@ -38,7 +38,8 @@ const HomeView: React.FC = () => { ...@@ -38,7 +38,8 @@ const HomeView: React.FC = () => {
const [isChartLoading, setChartLoading] = useState<boolean>(true) const [isChartLoading, setChartLoading] = useState<boolean>(true)
const [isIndicatorsLoading, setIndicatorsLoading] = useState<boolean>(true) const [isIndicatorsLoading, setIndicatorsLoading] = useState<boolean>(true)
const [openOldFluidDataModal, setopenOldFluidDataModal] = useState(false) const [openOldFluidDataModal, setopenOldFluidDataModal] = useState(false)
const fluidOldData: FluidType[] = []
const [fluidOldData] = useState<FluidType[]>([])
const updateProfileHaveSeenOldFluidModal = useCallback(async () => { const updateProfileHaveSeenOldFluidModal = useCallback(async () => {
const userProfileService = new UserProfileService(client) const userProfileService = new UserProfileService(client)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment