Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
d33aef6220
commit
e865fa198b
@@ -969,7 +969,7 @@ function ListView({ events, onEdit }: { events: Evt[]; onEdit?: (e: Evt) => void
|
||||
</h4>
|
||||
<ul className="space-y-2">
|
||||
{evts.map((e) => (
|
||||
<EventRow key={`${e.source}-${e.id}`} evt={e} />
|
||||
<EventRow key={`${e.source}-${e.id}`} evt={e} onEdit={onEdit} />
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user