mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
fix: Session storage selectedEstablishmentEvaluationFrequency et selectedEstablishmentTotalCapacity
This commit is contained in:
@ -26,7 +26,7 @@ export const EstablishmentProvider = ({ children }) => {
|
||||
setSelectedEstablishmentTotalCapacityState,
|
||||
] = useState(() => {
|
||||
const storedEstablishmentTotalCapacity = +sessionStorage.getItem(
|
||||
'setSelectedEstablishmentTotalCapacity'
|
||||
'selectedEstablishmentTotalCapacity'
|
||||
);
|
||||
return storedEstablishmentTotalCapacity;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user