Skip to content

Commit

Permalink
fix: lint prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
amessbee committed Aug 8, 2024
1 parent 1f39e95 commit ff9b03c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ENDPOINTS = {
};

const codeSpaceHostName = import.meta.env.VITE_HOSTNAME;

const codeSpaceDomain = import.meta.env.VITE_GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN;

Check failure on line 30 in ui/src/App.tsx

View workflow job for this annotation

GitHub Actions / unit (18)

Insert `⏎··`

Check failure on line 30 in ui/src/App.tsx

View workflow job for this annotation

GitHub Actions / unit (20)

Insert `⏎··`

if (codeSpaceHostName) {
Expand Down

0 comments on commit ff9b03c

Please sign in to comment.