mirror of
https://github.com/umami-software/umami.git
synced 2026-02-19 20:15:41 +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 DetailsComponent = views[view] || (() => null);
|
||||||
|
|
||||||
const handleChange = (view?: any) => {
|
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;
|
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.layout}>
|
||||||
<div className={styles.menu}>
|
<div className={styles.menu}>
|
||||||
<LinkButton
|
<LinkButton
|
||||||
href={renderUrl({ view: undefined ,subview: undefined})}
|
href={renderUrl({ view: undefined, subview: undefined })}
|
||||||
className={styles.back}
|
className={styles.back}
|
||||||
variant="quiet"
|
variant="quiet"
|
||||||
scroll={false}
|
scroll={false}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue