Skip to content

Commit

Permalink
reert changes back
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Oct 15, 2024
1 parent bd0c8e4 commit a4aa1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/modals/PassportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ const PassportModal: FC<PassportModalProps> = props => {
size={10}
/>
) : (
passportScore ?? '--'
(passportScore ?? '--')
)}
</ScoreBox>
</ScoreCard>
Expand Down
4 changes: 3 additions & 1 deletion src/config/production.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ const EVM_CHAINS = [

const NON_EVM_CHAINS: NonEVMChain[] = [STELLAR_NETWORK, SOLANA_NETWORK];

const BASE_ROUTE = 'https://mainnet.serve.giveth.io';

Check failure on line 99 in src/config/production.tsx

View workflow job for this annotation

GitHub Actions / build

Delete `⏎`
const BASE_ROUTE =
process.env.NEXT_PUBLIC_BASE_ROUTE || 'https://mainnet.serve.giveth.io';
const BACKEND_LINK =
process.env.NEXT_PUBLIC_BACKEND_LINK || `${BASE_ROUTE}/graphql`;
const FRONTEND_LINK =
Expand Down

0 comments on commit a4aa1e6

Please sign in to comment.