Skip to content

Commit

Permalink
feat: make StatsSection third stat optional
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioDebat committed Aug 17, 2023
1 parent 634d08f commit 760c899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/Sections/StatsSection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
interface Data {
data1: StatData;
data2: StatData;
data3: StatData;
data3?: StatData;
}
</script>

Expand Down

0 comments on commit 760c899

Please sign in to comment.