Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
smirko-dev committed Nov 28, 2020
1 parent 6f3554a commit 1c9517a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ messaging.peerSocket.onmessage = (evt) => {
if (evt.data === "distance") {
activitySelection = ActivitySelection.DIST;
}
else if (evt.data === "floors") {
activitySelection = ActivitySelection.FLOORS;
}
else if (evt.data === "calories") {
Expand Down
3 changes: 3 additions & 0 deletions screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions settings/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

function settingsFunc(props){
import { gettext } from "i18n";

function settingsFunc(props) {
Expand All @@ -12,7 +11,6 @@ function settingsFunc(props) {
<Page>
<Section>
<Select
label={`User activity`}
label={`${title}`}
settingsKey="activity"
options={[
Expand Down

0 comments on commit 1c9517a

Please sign in to comment.