Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Aug 3, 2022
1 parent 3d2e18a commit c148b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function setUpPoliciesAndNavigate(session, currentPath) {
function openProfile() {
const oldTimezoneData = myPersonalDetails.timezone || {};
let newTimezoneData;

if (lodashGet(oldTimezoneData, 'automatic', true)) {
newTimezoneData = {
automatic: true,
Expand Down

0 comments on commit c148b74

Please sign in to comment.