Skip to content

Commit c466f26

Browse files
authored
Update app/components/Package/WeeklyDownloadStats.vue
1 parent 8255a54 commit c466f26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const config = computed(() => {
251251
:weeklyDownloads="weeklyDownloads"
252252
:inModal="true"
253253
:packageName="props.packageName"
254-
:createdIso="props.createdIso"
254+
:createdIso="createdIso"
255255
/>
256256
</PackageChartModal>
257257
</template>

0 commit comments

Comments
 (0)