diff --git a/src/uxComponents/buttonPrimary/buttonPrimary.vue b/src/uxComponents/buttonPrimary/buttonPrimary.vue
index c9134a2db..501d213ae 100644
--- a/src/uxComponents/buttonPrimary/buttonPrimary.vue
+++ b/src/uxComponents/buttonPrimary/buttonPrimary.vue
@@ -1,13 +1,9 @@
@@ -16,8 +12,7 @@
export default {
name: "buttonPrimary",
props: {
- buttonText: String,
- buttonType: String,
+ buttonText: String
},
data() {
return {
diff --git a/src/uxComponents/radioCard/radioCard.vue b/src/uxComponents/radioCard/radioCard.vue
index d1ea27a7a..805b6d7cd 100644
--- a/src/uxComponents/radioCard/radioCard.vue
+++ b/src/uxComponents/radioCard/radioCard.vue
@@ -19,7 +19,7 @@
v-bind:src="require(`@/assets/img/icons/${radioImage}`)"
v-bind:alt="altText"
/>
- {{ radioLabel }}
+ {{ radioLabel }}