mirror of
https://github.com/umami-software/umami.git
synced 2026-02-24 14:35:35 +01:00
Removed useReport hook. Journey styles.
This commit is contained in:
parent
2af95b5802
commit
d4bc72e90b
4 changed files with 8 additions and 12 deletions
|
|
@ -185,7 +185,9 @@ export function Journey({
|
|||
<div className={styles.visitors} title={column.visitorCount}>
|
||||
{formatLongNumber(column.visitorCount)} {formatMessage(labels.visitors)}
|
||||
</div>
|
||||
{columnIndex > 0 && <div className={styles.dropoff}>{dropOffPercent}</div>}
|
||||
<div>
|
||||
{columnIndex > 0 && <div className={styles.dropoff}>{dropOffPercent}</div>}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles.nodes}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue