mirror of
https://github.com/umami-software/umami.git
synced 2026-02-21 13:05:36 +01:00
Updated language. Fixed CSS.
This commit is contained in:
parent
2eed78783e
commit
263e92c888
3 changed files with 62 additions and 60 deletions
|
|
@ -5,7 +5,7 @@ import { Icon, Icons } from 'react-basics';
|
|||
import classNames from 'classnames';
|
||||
|
||||
export function ReportMenu({ children }) {
|
||||
const [collapsed, setCollapsed] = useState(true);
|
||||
const [collapsed, setCollapsed] = useState(false);
|
||||
const { report } = useContext(ReportContext);
|
||||
|
||||
if (!report) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue