Skip to content

Commit 272ac2c

Browse files
committed
chore: remove redundant comment
1 parent 7656f2a commit 272ac2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/WeeklyDownloadStats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const config = computed<VueUiSparklineConfig>(() => {
249249
color: colors.value.borderHover,
250250
pulse: {
251251
show: true, // the pulse will not show if prefers-reduced-motion (enforced by vue-data-ui)
252-
loop: false, // runs only once if false
252+
loop: false,
253253
radius: 1.5,
254254
color: pulseColor.value!,
255255
easing: 'ease-in-out',

0 commit comments

Comments
 (0)