Skip to content

Commit

Permalink
fix: timline list ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 15, 2023
1 parent a81721d commit 2ea18f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devtools/client/components/TimelineList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ const emit = defineEmits<{
>
{{ event.name }}
</div>
<div flex="~" font-mono>
<div flex="~" ml--1 font-mono>
<div op30>
(
</div>
<template v-for="a, index in event.args " :key="index">
<div v-if="idx" mr2 op30>
<div v-if="index" mr2 op30>
,
</div>
<div op75>
Expand Down

0 comments on commit 2ea18f3

Please sign in to comment.