Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mechakin committed Nov 3, 2023
1 parent 958cecf commit c26a5f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/components/WidgetControl/WidgetControlModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ export const WidgetControlModal = ({ isVisible = false, onClose }) => {
>
Youtube
<BsYoutube className="h-6 w-full" />
</div>
<div
onClick={() =>
toggledToastNotification(
isKanbanShown,
setIsKanbanShown,
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Astrostation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ export const Astrostation = React.forwardRef<HTMLDivElement>((_props, ref) => {
gridValues={grid}
>
<YoutubeVideo />
</DWrapper>
<DWrapper
toggleHook={isKanbanToggled && isKanbanShown}
defaultX={kanbanPosX}
defaultY={kanbanPosY}
Expand Down

0 comments on commit c26a5f6

Please sign in to comment.