Skip to content

Commit f47c4d7

Browse files
committed
show your mockup list
1 parent c1ef667 commit f47c4d7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/App.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ export default class App extends Component {
4444
}
4545
<div className="w-90 center">
4646
<ListMockup name="Default Mockups" items={defaults} />
47-
48-
{loaded.length > 0
49-
? <ListMockup name="Your Mockups" items={loaded} />
50-
: null}
47+
<ListMockup name="Your Mockups" items={loaded} />
5148
</div>
5249
</div>
5350
)

0 commit comments

Comments
 (0)