diff --git a/src/components/GiftedDialog.vue b/src/components/GiftedDialog.vue
index 8583dd5d..678a6fe6 100644
--- a/src/components/GiftedDialog.vue
+++ b/src/components/GiftedDialog.vue
@@ -36,23 +36,27 @@
Sign & Send to publish to the world
@@ -101,9 +105,9 @@ export default class GiftedDialog extends Vue {
apiServer = "";
amountInput = "0";
- giver?: GiverInputInfo; // undefined means no identified giver agent
description = "";
givenToUser = false;
+ giver?: GiverInputInfo; // undefined means no identified giver agent
isTrade = false;
offerId = "";
unitCode = "HUR";
diff --git a/src/router/index.ts b/src/router/index.ts
index da913d24..c8175161 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -84,6 +84,14 @@ const routes: Array
+ Sign & Send to publish to the world
+
+
+ What Was Given
+
+
+ {{ message }} {{ giverName || "somebody not named" }}
+
+
+