Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Priscila Oliveira <priscilawebdev@gmail.com>
  • Loading branch information
mydea and priscilawebdev authored Jul 12, 2023
1 parent 275dead commit 4062a32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/codeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@ function OrgAuthTokenCreator() {
};

return (
<Fragment>
<KeywordDropdown onClick={updateToken}>
<KeywordDropdown onClick={updateToken}>
{tokenState === 'none'
? 'Click to generate token'
: tokenState === 'loading'
Expand All @@ -152,7 +151,6 @@ function OrgAuthTokenCreator() {
? token
: 'Error generating token'}
</KeywordDropdown>
</Fragment>
);
}

Expand Down

0 comments on commit 4062a32

Please sign in to comment.