Fixed available rooms header not collapsing

Tento commit je obsažen v:
Arnaud Vergnet 2020-04-14 12:21:41 +02:00
rodič 3e583a6b39
revize 7d2bdc0d34

Zobrazit soubor

@ -9,7 +9,7 @@ type Props = {
const ROOM_URL = 'http://planex.insa-toulouse.fr/salles.php'; const ROOM_URL = 'http://planex.insa-toulouse.fr/salles.php';
const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile.css'; const CUSTOM_CSS_GENERAL = 'https://etud.insa-toulouse.fr/~amicale_app/custom_css/rooms/customMobile2.css';
/** /**
* Class defining the app's available rooms screen. * Class defining the app's available rooms screen.