Skip to content

Commit

Permalink
console: Remove comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Apr 23, 2024
1 parent 3b87b90 commit e708e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/webui/console/containers/device-title-section/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const DeviceTitleSection = props => {
showAppDownlinkCount && showNwkDownlinkCount ? (
<>
<FormattedNumber value={downlinkAppFrameCount} /> {'(App) / '}
<FormattedNumber value={downlinkNwkFrameCount} /> {'(Nwk)'},
<FormattedNumber value={downlinkNwkFrameCount} /> {'(Nwk)'}
</>
) : showAppDownlinkCount ? (
<>
Expand Down

0 comments on commit e708e4b

Please sign in to comment.