fix(dashboard/events): typo in events list empty state
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
21b2118877
commit
1091b25ed9
@@ -49,7 +49,7 @@ function EventList({ data, count }: EventListProps) {
|
|||||||
{filters.length ? (
|
{filters.length ? (
|
||||||
<p>Could not find any events with your filter</p>
|
<p>Could not find any events with your filter</p>
|
||||||
) : (
|
) : (
|
||||||
<p>We have not recieved any events yet</p>
|
<p>We have not received any events yet</p>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user