Skip to content

Commit

Permalink
feat: GROW-284 - Remove settings validation
Browse files Browse the repository at this point in the history
  • Loading branch information
hba-fingerprint committed Nov 28, 2024
1 parent 77f4a9a commit b6de144
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/thirdParty/Inkeep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,5 @@ const useInkeepSettings = (): InkeepSharedSettings => {
export function InkeepChatButton() {
const settings = useInkeepSettings();

if (!settings) {
return null;
}

return <ChatButton {...settings} />;
}

0 comments on commit b6de144

Please sign in to comment.