Skip to content

Commit

Permalink
Merge pull request #19 from qoretechnologies/feature/theming
Browse files Browse the repository at this point in the history
Ignore ts error, bump version.
  • Loading branch information
Foxhoundn authored Jan 12, 2021
2 parents 5d0df7d + 6152d83 commit 59e46e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qoretechnologies/reqore",
"version": "0.1.43",
"version": "0.1.44",
"description": "ReQore is a UI library of components for Qorus connected apps",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/components/Sidebar/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const SidebarItemTooltip: Function = ({
<>{children}</>
</Tooltip>
) : (
//@ts-ignore
<Element
role='qorus-sidebar-item'
className={classnames('sidebarItem', 'sidebarLink', {
Expand Down Expand Up @@ -196,6 +197,7 @@ const SidebarItemWrapper: Function = ({
if (itemData.element) {
const { element: Element } = itemData;

//@ts-ignore
return <Element isCollapsed={isCollapsed} />;
}

Expand Down

0 comments on commit 59e46e3

Please sign in to comment.