Skip to content

Commit

Permalink
Display remote Site Ids instead of local ones (#323)
Browse files Browse the repository at this point in the history
For #312
  • Loading branch information
lmatayoshi authored Nov 17, 2020
1 parent ea63d41 commit c8609fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Sites extends Component<Props, State> {
'Last activity'
]}
fields={[
'id',
'remoteId',
'name',
'address',
'ownership',
Expand Down

0 comments on commit c8609fa

Please sign in to comment.