Skip to content

Commit e83c6b9

Browse files
small fix
1 parent 868faf5 commit e83c6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/remoteComp/remoteComp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function RemoteCompView(props: React.PropsWithChildren<RemoteCompViewProps>) {
6666
packageVersion = lowcoderCompPackageVersion;
6767
}
6868
// component plugin's package version
69-
else if (compState.comp?.comp.version) {
69+
else if (compState.comp?.comp?.version) {
7070
packageVersion = compState.comp?.comp.version;
7171
}
7272

0 commit comments

Comments
 (0)