mirror of
https://github.com/graphql-hive/console
synced 2026-05-24 09:38:26 +00:00
fix: typo (#12)
This commit is contained in:
parent
85ffde71d4
commit
52f54c6a13
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export const MemberAdded: React.FC<{
|
|||
</Activity.Icon>
|
||||
<Activity.Content>
|
||||
<Activity.Text>
|
||||
<User user={activity.user} /> join the organization
|
||||
<User user={activity.user} /> joined the organization
|
||||
</Activity.Text>
|
||||
<Activity.Time>
|
||||
<TimeAgo date={activity.createdAt} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue