Skip to content

Commit 3b88894

Browse files
committed
Remove environment prefix from GitHub issue reporting message in JobDetails component
1 parent 868598b commit 3b88894

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/routes/jobs.$jobId.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -574,12 +574,7 @@ export default function JobDetails() {
574574
)}
575575
</div>
576576
<div className="flex flex-col items-center mt-4">
577-
<p className="text-gray-500 text-xs italic mb-1">
578-
{import.meta.env.VITE_ENV && import.meta.env.VITE_ENV !== "production"
579-
? `(${import.meta.env.VITE_ENV}) `
580-
: ""}
581-
Something is wrong? Report an issue on GitHub
582-
</p>
577+
<p className="text-gray-500 text-xs italic mb-1">Something is wrong? Report an issue on GitHub</p>
583578
<a
584579
href={generateGitHubIssueUrl(jobData, chains, serverUrl)}
585580
target="_blank"

0 commit comments

Comments
 (0)