Skip to content

Commit b5534f2

Browse files
committed
dreamview: A space is required after ','.
Change-Id: I03e251fc1459635992158bc69da33e78287c7f64
1 parent 86db397 commit b5534f2

File tree

1 file changed

+1
-1
lines changed
  • modules/dreamview/frontend/src/components/DataProfile

1 file changed

+1
-1
lines changed

modules/dreamview/frontend/src/components/DataProfile/V2xList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function V2xList() {
3434
// 更新完成状态
3535
setV2xUpdateStatus(1);
3636
});
37-
},[]);
37+
}, []);
3838

3939
return (<div className='remote-vehicle-list'>
4040
{/* 更新后 没有存在v2x设备 */}

0 commit comments

Comments
 (0)