Skip to content

Commit

Permalink
☀ projected laravel-site-github from f92bfc5
Browse files Browse the repository at this point in the history
Source-holobranch: laravel-site-github
Source-commit: f92bfc5
Source: f92bfc5
  • Loading branch information
themightychris committed Dec 14, 2021
2 parents 9764f6b + f92bfc5 commit 8ac194e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/js/Shared/Layouts/MapSheetLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export default {
const { dev_index: devIndex, pres_index: presIndex } = feat.properties;
const fstate = {
rank: feat.properties.sale_price_adj || -1,
combined_layers: (devIndex || 0) + (presIndex || 0),
combined_layers: ((devIndex || 0) + (presIndex || 0)) || -1,
presIndex: presIndex || -1,
devIndex: devIndex || -1,
};
Expand Down

0 comments on commit 8ac194e

Please sign in to comment.