Skip to content

Commit 644865a

Browse files
committed
release 1.1.582
1 parent 304b5f3 commit 644865a

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

export/patterns/01-molecules/40-portfolio/07-my-loans-table-row.mustache

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,11 @@
2727
<div class="activity">
2828
{{activity.name}}
2929
</div>
30-
<div class="country">
31-
<span class="f16 {{geocode.country.isoCode}}"></span>{{geocode.country.name}}
32-
</div>
30+
{{#hasCountry}}
31+
<div class="country">
32+
<span class="f16 {{geocode.country.isoCode}}"></span>{{geocode.country.name}}
33+
</div>
34+
{{/hasCountry}}
3335
<div class="partner-trustee fs-mask data-hj-suppress">
3436
<a href="{{partnerTrusteeUrl}}">{{partnerName}}{{trusteeName}}</a>
3537
</div>

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "styleguide",
3-
"version": "1.1.581",
3+
"version": "1.1.582",
44
"description": "Based on PatternLab and Foundation - [Pattern Lab Website](http://patternlab.io/) - [About Pattern Lab](http://patternlab.io/about.html) - [Documentation](http://patternlab.io/docs/index.html) - [Demo](http://demo.patternlab.io/)",
55
"main": "source/js/inc/app.js",
66
"devDependencies": {

0 commit comments

Comments
 (0)