From d744865b02f98ab3c7b0fe776456239c4f93ea71 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 10 Oct 2020 21:16:50 +0200 Subject: [PATCH] Update text for license preference --- action/dist/index.js | 2 +- src/template.svg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action/dist/index.js b/action/dist/index.js index 67f00d5d..84f92e68 100644 --- a/action/dist/index.js +++ b/action/dist/index.js @@ -104,7 +104,7 @@ module.exports=(()=>{var __webpack_modules__={6677:(e,t,r)=>{"use strict";r.r(t)
- \${data.computed.licenses.favorite ? \`Prefer \${data.computed.licenses.favorite} license\` : "Never use license" } + \${data.computed.licenses.favorite.length ? \`Prefer \${data.computed.licenses.favorite} license\` : "No license preferences" }
diff --git a/src/template.svg b/src/template.svg index 2948f49c..de892923 100644 --- a/src/template.svg +++ b/src/template.svg @@ -104,7 +104,7 @@
- ${data.computed.licenses.favorite ? `Prefer ${data.computed.licenses.favorite} license` : "Never use license" } + ${data.computed.licenses.favorite.length ? `Prefer ${data.computed.licenses.favorite} license` : "No license preferences" }