mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 19:45:35 +01:00
formatting issue
This commit is contained in:
parent
f76f88a261
commit
94ca8615ec
1 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ export default function WebsiteExpandedView({
|
|||
const DetailsComponent = views[view] || (() => null);
|
||||
|
||||
const handleChange = (view?: any) => {
|
||||
router.push(renderUrl({ view },false,['subview']));
|
||||
router.push(renderUrl({ view }, false, ['subview']));
|
||||
};
|
||||
|
||||
const renderValue = (value: string) => items.find(({ key }) => key === value)?.label;
|
||||
|
|
@ -147,7 +147,7 @@ export default function WebsiteExpandedView({
|
|||
<div className={styles.layout}>
|
||||
<div className={styles.menu}>
|
||||
<LinkButton
|
||||
href={renderUrl({ view: undefined ,subview: undefined})}
|
||||
href={renderUrl({ view: undefined, subview: undefined })}
|
||||
className={styles.back}
|
||||
variant="quiet"
|
||||
scroll={false}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue