mirror of
https://git.um-react.app/um/um-react.git
synced 2025-11-28 11:33:02 +00:00
fix: build/test issue
This commit is contained in:
@@ -28,7 +28,9 @@ export function SDKVersion() {
|
||||
<h3 className="font-bold text-lg">详细信息</h3>
|
||||
|
||||
<p>App: __APP_VERSION__</p>
|
||||
<p>SDK: {sdkVersion}</p>
|
||||
<p>
|
||||
SDK: <span data-testid="sdk-version">{sdkVersion}</span>
|
||||
</p>
|
||||
</div>
|
||||
<form method="dialog" className="modal-backdrop">
|
||||
<button>关闭</button>
|
||||
|
||||
Reference in New Issue
Block a user