Finished
This commit is contained in:
parent
aae8463185
commit
fb69021933
@ -122,6 +122,11 @@ export default class BurgerModal extends React.Component<IProps, IState> {
|
||||
]}
|
||||
/>
|
||||
</Rules>
|
||||
<NavigationLink
|
||||
path={Module.getInstance().get().modules.pages.OfficesRib.props.path}
|
||||
text="Gestion du RIB"
|
||||
routesActive={[Module.getInstance().get().modules.pages.OfficesRib.props.path]}
|
||||
/>
|
||||
<NavigationLink path={Module.getInstance().get().modules.pages.MyAccount.props.path} text="Mon compte" />
|
||||
<NavigationLink target="_blank" path="/CGU_LeCoffre_io.pdf" text="CGU" />
|
||||
<div className={classes["separator"]} />
|
||||
|
@ -96,6 +96,11 @@ export default class ProfileModal extends React.Component<IProps, IState> {
|
||||
]}
|
||||
/>
|
||||
</Rules>
|
||||
<NavigationLink
|
||||
path={Module.getInstance().get().modules.pages.OfficesRib.props.path}
|
||||
text="Gestion du RIB"
|
||||
routesActive={[Module.getInstance().get().modules.pages.OfficesRib.props.path]}
|
||||
/>
|
||||
<NavigationLink target="_blank" path="/CGU_LeCoffre_io.pdf" text="CGU" />
|
||||
<div className={classes["separator"]} />
|
||||
<LogOutButton />
|
||||
|
@ -118,7 +118,7 @@ export default function ClientDashboard(props: IProps) {
|
||||
transmis à votre notaire.
|
||||
</Typography>
|
||||
|
||||
<Button onClick={downloadFile}>Télécharger le Rib</Button>
|
||||
{folder?.office?.rib_name && <Button onClick={downloadFile}>Télécharger le Rib</Button>}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -36,6 +36,8 @@
|
||||
.footer {
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
.ocr-container {
|
||||
margin-top: 42px;
|
||||
}
|
||||
|
@ -92,10 +92,10 @@ export default function Rib() {
|
||||
};
|
||||
|
||||
return (
|
||||
<DefaultTemplate title={"Rib"}>
|
||||
<DefaultTemplate title={"RIB"}>
|
||||
<div className={classes["root"]}>
|
||||
<Typography typo={ITypo.H1} color={ITypoColor.BLACK} className={classes["title"]}>
|
||||
Rib de l'office
|
||||
RIB de l'office
|
||||
</Typography>
|
||||
|
||||
{!fileUrl && (
|
||||
|
@ -257,6 +257,13 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"OfficesRib": {
|
||||
"enabled": true,
|
||||
"props": {
|
||||
"path": "/offices/rib",
|
||||
"labelKey": "officeRib"
|
||||
}
|
||||
},
|
||||
"404": {
|
||||
"enabled": true,
|
||||
"props": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user