fix: react warning for "p>div
This commit is contained in:
parent
8913b91a8f
commit
c07c893767
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user