Skip to content

Commit

Permalink
grant alert width fix
Browse files Browse the repository at this point in the history
Update settingsPage.tsx
  • Loading branch information
rossmoody committed Apr 23, 2019
1 parent d5cdb53 commit 9ba457c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class SettingsPage extends React.Component<Props, {}> {
}

return (
<>
<div style={{ width: '100%' }}>
{grants.map((grant?: Rewards.Grant, index?: number) => {
if (!grant || !grant.promotionId) {
return null
Expand All @@ -129,7 +129,7 @@ class SettingsPage extends React.Component<Props, {}> {
</div>
)
})}
</>
</div>
)
}

Expand Down

0 comments on commit 9ba457c

Please sign in to comment.