fix: react warning for "p>div

This commit is contained in:
Jixun Wu 2023-05-15 00:27:21 +01:00
parent 8913b91a8f
commit c07c893767
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const getSDKVersion = async () => {
export function SDKVersion() {
const sdkVersion = usePromise(getSDKVersion, []);
return (
<Flex pl="1" alignItems="center">
<Flex as="span" pl="1" alignItems="center">
<Tooltip
hasArrow
placement="top"