Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
john681611 committed Sep 19, 2023
1 parent aed54ed commit f29508f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/frontend/src/pages/GapAnalysis/GapAnalysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ export const GapAnalysis = () => {
<Button
onClick={() => {
navigator.clipboard.writeText(
`${window.location.origin}/gap_analysis?base=${encodeURIComponent(BaseStandard || "")}&compare=${encodeURIComponent(CompareStandard || "")}`
`${window.location.origin}/gap_analysis?base=${encodeURIComponent(
BaseStandard || ''
)}&compare=${encodeURIComponent(CompareStandard || '')}`
);
}}
target="_blank"
Expand Down

0 comments on commit f29508f

Please sign in to comment.