Skip to content

Commit 08d3db9

Browse files
committed
refactoring stations list page
1 parent 4b8456a commit 08d3db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/Stations.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ function Stations() {
250250
</div>
251251

252252
<div className="station-card__field station-card__protocol">
253-
<span className="field-label">Protocol</span>
253+
{/*<span className="field-label">Protocol</span>*/}
254254
<span className={`protocol-badge ${getProtocolClass(station.protocolVersion)}`}>
255255
{station.protocolVersion?.toUpperCase() || 'OCPP1.6'}
256256
</span>

0 commit comments

Comments
 (0)