Skip to content

Commit

Permalink
SC-196 fixed spelling of Obfuscated
Browse files Browse the repository at this point in the history
  • Loading branch information
KulinduC authored and danielduggin2 committed Sep 20, 2024
1 parent 63cdca7 commit de4dccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const RemoteAssetTab = (props: IProps) => {
HeaderStyle={{ width: 'auto' }}
RowStyle={{ width: 'auto' }}
Content={({ item }) => item.Obsfucate ? HeavyCheckMark : null }
> Obsfucated
> Obfuscated
</ReactTable.Column>
<ReactTable.Column<OpenXDA.Types.RemoteXDAAsset>
Key={'Synced'}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const RemoteMeterTab = (props: IProps) => {
HeaderStyle={{ width: 'auto' }}
RowStyle={{ width: 'auto' }}
Content={({ item }) => item.Obsfucate ? HeavyCheckMark : null }
> Obsfucated
> Obfuscated
</ReactTable.Column>
<ReactTable.Column<OpenXDA.Types.RemoteXDAMeter>
Key={'Synced'}
Expand Down

0 comments on commit de4dccc

Please sign in to comment.