Skip to content

Commit

Permalink
fix: Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Nov 24, 2024
1 parent da44e95 commit dd52480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChatBotContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const ChatBotContainer = ({
top: "0px",
bottom: "auto",
width: `${viewportWidth}px`,
height: `${viewportHeight}px`,
zIndex: 10000,
height: `${viewportHeight}px`,
zIndex: 10000,
}
}

Expand Down

0 comments on commit dd52480

Please sign in to comment.