Skip to content

Commit

Permalink
fix type error from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsteele committed Dec 11, 2019
1 parent 065111e commit c8b8077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ const load = () => {
))
.add('Add people (open team)', () => (
<TeamJourney
{...commonProps}
actions={[{label: 'Add people to the team', onClick: Sb.action('onAddPeopleToTeam')}]}
image="icon-illustration-friends-96"
teamname="foo"
textComponent={
<Kb.Text type="BodySmall">
Do you know people interested in joining?{' '}
Expand Down

0 comments on commit c8b8077

Please sign in to comment.