Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
Cara-Barter committed Oct 21, 2024
1 parent b53bf60 commit 04684eb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/FVApps/FVApps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,7 @@ import GlobalConfiguration from 'src/GlobalConfiguration'
function FVApps({ hasApp }) {
const headerStyle = 'text-xl font-bold mb-1 mt-4'
const paraStyle = 'mb-2'
console.log({ hasApp })
console.log({ GlobalConfiguration })
// const appRootUrl =
// GlobalConfiguration.ENV_APP === 'production'
// ? `https://${slug}.firstvoicesapp.com`
// : `https://${slug}.${GlobalConfiguration.ENV_APP}.firstvoicesapp.com`

return (
<section
className="pt-2 md:pt-4 lg:pt-8 bg-white"
Expand Down

0 comments on commit 04684eb

Please sign in to comment.