Skip to content

Commit

Permalink
Merge pull request #2448 from stakwork/feature/disable-logs
Browse files Browse the repository at this point in the history
feat: disable logs subscription
  • Loading branch information
Rassl authored Nov 15, 2024
2 parents 564235c + 1d9cf43 commit b6e4914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export const App = () => {
])

useEffect(() => {
if (!runningProjectId) {
if (!runningProjectId || true) {

Check warning on line 277 in src/components/App/index.tsx

View workflow job for this annotation

GitHub Actions / build

Unexpected constant condition
return
}

Expand Down

0 comments on commit b6e4914

Please sign in to comment.