feat(FN-1929): merge fusion/fn-1929
This commit is contained in:
@@ -226,18 +226,6 @@ export function MobileNavBar({
|
|||||||
<span className="mobile-nav-tab-label">Chat</span>
|
<span className="mobile-nav-tab-label">Chat</span>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
|
||||||
type="button"
|
|
||||||
className={`mobile-nav-tab${view === "documents" ? " mobile-nav-tab--active" : ""}`}
|
|
||||||
data-testid="mobile-nav-tab-documents"
|
|
||||||
role="tab"
|
|
||||||
aria-selected={view === "documents"}
|
|
||||||
onClick={() => onChangeView("documents")}
|
|
||||||
>
|
|
||||||
<FileText />
|
|
||||||
<span className="mobile-nav-tab-label">Documents</span>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
className={`mobile-nav-tab${view === "mailbox" ? " mobile-nav-tab--active" : ""}`}
|
className={`mobile-nav-tab${view === "mailbox" ? " mobile-nav-tab--active" : ""}`}
|
||||||
|
|||||||
Reference in New Issue
Block a user