Skip to content

Commit

Permalink
Update PDF template
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Jul 6, 2024
1 parent 3b84c6e commit 1443066
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 66 deletions.
2 changes: 2 additions & 0 deletions src/components/Assessment/Assessment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const Assessment: React.FC<AssessmentProps> = ({ src }) => {
applicability: true,
};

const version = "0.0.1";
const [data, setData] = useState<AssessmentData | null>(null);
const [progress, setProgress] = useState<Record<string, ProgressData>>({});
const [currentTab, setCurrentTab] = useState<string | null>(null);
Expand Down Expand Up @@ -189,6 +190,7 @@ export const Assessment: React.FC<AssessmentProps> = ({ src }) => {
assessorName,
useCaseDescription,
url,
version,
);
}
};
Expand Down
Loading

0 comments on commit 1443066

Please sign in to comment.