Skip to content

Commit

Permalink
fix: Capitalize component name in structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenreijs committed May 7, 2020
1 parent 149e892 commit 05c82c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prefabs/conditional.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(() => ({
name: 'conditional',
name: 'Conditional',
icon: 'CheckboxIcon',
category: 'LOGIC',
structure: [
{
name: 'conditional',
name: 'Conditional',
options: [
{
type: 'VARIABLE',
Expand Down

0 comments on commit 05c82c5

Please sign in to comment.