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() {
|
export function SDKVersion() {
|
||||||
const sdkVersion = usePromise(getSDKVersion, []);
|
const sdkVersion = usePromise(getSDKVersion, []);
|
||||||
return (
|
return (
|
||||||
<Flex pl="1" alignItems="center">
|
<Flex as="span" pl="1" alignItems="center">
|
||||||
<Tooltip
|
<Tooltip
|
||||||
hasArrow
|
hasArrow
|
||||||
placement="top"
|
placement="top"
|
||||||
|
Loading…
Reference in New Issue
Block a user