update pay function
This commit is contained in:
@@ -699,18 +699,10 @@ const AgentChatV4 = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<Box
|
||||
position="absolute"
|
||||
top="0"
|
||||
left="0"
|
||||
right="0"
|
||||
bottom="0"
|
||||
bg={darkBg}
|
||||
overflow="hidden"
|
||||
>
|
||||
<Flex
|
||||
w="100%"
|
||||
h="100%"
|
||||
w="100vw"
|
||||
h="100vh"
|
||||
bg={darkBg}
|
||||
overflow="hidden"
|
||||
position="relative"
|
||||
flexDirection="row"
|
||||
@@ -1313,7 +1305,6 @@ const AgentChatV4 = () => {
|
||||
</Box>
|
||||
</Collapse>
|
||||
</Flex>
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user