Skip to content

Commit

Permalink
fix: .env permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp committed Apr 22, 2022
1 parent 7324af1 commit c4a444f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ REACT_APP_ENABLE_MESSAGING=true
REACT_APP_ENABLE_PAYMENTS=true
REACT_APP_REPORTING_ENABLED=true
REACT_APP_ENABLE_REGIONS=true
REACT_APP_ENABLE_STAKEHOLDERS=true
1 change: 1 addition & 0 deletions src/components/SidePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import TextField from '@material-ui/core/TextField';
import Checkbox from '@material-ui/core/Checkbox';
import Species from './Species';
import CaptureTags from './CaptureTags';
import { VerifyContext } from 'context/VerifyContext';

const SIDE_PANEL_WIDTH = 315;

Expand Down

0 comments on commit c4a444f

Please sign in to comment.