Skip to content

Commit 0a1223b

Browse files
authored
DBC22-6256: corrected activeTab key to Roadside
1 parent fd24669 commit 0a1223b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/Components/cameras/nearbyweathers/NearbyWeathers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export default function NearbyWeathers(props) {
140140
</div>
141141
</div>
142142

143-
{ activeTab === 'Local' && localWeather &&
143+
{ activeTab === 'Roadside' && localWeather &&
144144
<NearbyLocalWeather weather={localWeather} />
145145
}
146146

0 commit comments

Comments
 (0)