mirror of
https://github.com/zadam/trilium.git
synced 2025-12-16 05:09:54 +01:00
refactor(status_bar): remove wrapper container for breadcrumb
This commit is contained in:
@@ -45,9 +45,7 @@ export default function StatusBar() {
|
||||
|
||||
<div className="status-bar-main-row">
|
||||
{context && <>
|
||||
<div className="breadcrumb-row">
|
||||
<Breadcrumb {...context} />
|
||||
</div>
|
||||
<Breadcrumb {...context} />
|
||||
|
||||
<div className="actions-row">
|
||||
<AttributesButton attributesShown={attributesShown} setAttributesShown={setAttributesShown} {...context} />
|
||||
|
||||
Reference in New Issue
Block a user