Skip to content

Commit

Permalink
fix: scroll to bottom, loading the feed without message, socket for chat
Browse files Browse the repository at this point in the history
  • Loading branch information
pritipsingh committed Dec 1, 2023
1 parent 4e6f5f3 commit 6f9cc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ChatViewComponentTest = () => {

<ChatView
onVerificationFail={() => console.log("BOIIII RETURNNNSSSSS")}
chatId='4ac5ab85c9c3d57adbdf2dba79357e56b2f9ef0256befe750d9f93af78d2ca68'
chatId='82d8de1516ff0e6a14bf0cae5980f9b3fd52bfd516c5662f9258fc28a2d66563'
limit={10}
isConnected={true}
groupInfoModalBackground={MODAL_BACKGROUND_TYPE.OVERLAY}
Expand Down
2 changes: 1 addition & 1 deletion packages/examples/sdk-frontend-react/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const checkForWeb3Data = ({

export function App() {
const { account, library, active, chainId } = useWeb3React();
const [env, setEnv] = useState<ENV>(ENV.DEV);
const [env, setEnv] = useState<ENV>(ENV.PROD);
const [isCAIP, setIsCAIP] = useState(false);
const [signer, setSigner] = useState();

Expand Down

0 comments on commit 6f9cc4a

Please sign in to comment.