Skip to content

Commit

Permalink
Merge branch 'main' of github.com:six7/figma-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
six7 committed Aug 23, 2022
2 parents 3f5ac64 + f6dd0f5 commit 424cc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/TokenListing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const TokenListing: React.FC<Props> = ({
dispatch.uiState.setShowEditForm(true);
dispatch.uiState.setEditToken({
...token,
type: schema.type,
type: token?.type || schema.type,
schema,
status,
initialName: name,
Expand Down

2 comments on commit 424cc62

@vercel
Copy link

@vercel vercel bot commented on 424cc62 Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

figma-tokens – ./

figma-tokens-git-main-six7.vercel.app
figma-tokens-six7.vercel.app
figma-tokens.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 424cc62 Aug 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ft-storybook – ./

ft-storybook.vercel.app
ft-storybook-git-main-six7.vercel.app
ft-storybook-six7.vercel.app

Please sign in to comment.