agenttop 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3863,7 +3863,7 @@ var App = ({ options, config: initialConfig, version, firstRun }) => {
|
|
|
3863
3863
|
sidebarWidth
|
|
3864
3864
|
}
|
|
3865
3865
|
),
|
|
3866
|
-
rightPanel
|
|
3866
|
+
/* @__PURE__ */ jsx16(Box16, { flexGrow: 1, flexShrink: 1, minWidth: 0, overflow: "hidden", children: rightPanel })
|
|
3867
3867
|
] }),
|
|
3868
3868
|
!options.noSecurity && /* @__PURE__ */ jsx16(AlertBar, { alerts }),
|
|
3869
3869
|
inputMode === "nickname" && /* @__PURE__ */ jsxs16(Box16, { paddingX: 1, children: [
|