Implement borrower dimension
This commit is contained in:
parent
57e6c9a156
commit
5fa9db931f
7 changed files with 117 additions and 14 deletions
|
@ -96,6 +96,7 @@ export function Menu(props: IMenuProps): JSX.Element {
|
|||
};
|
||||
}
|
||||
|
||||
// TODO: Fix css
|
||||
const visible = isOpen ? 'visible opacity-1' : 'invisible opacity-0';
|
||||
return (
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue