From 913ec2f69caf63d945e445d21d855a49cdf38977 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Mon, 25 Oct 2021 15:23:46 -0400 Subject: [PATCH] Correct name of `AssetLabel` component --- AssetLabel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetLabel.vue b/AssetLabel.vue index 04eabb3..8786ebf 100644 --- a/AssetLabel.vue +++ b/AssetLabel.vue @@ -22,7 +22,7 @@ import QRCode from 'qrcode'; import snipeit from './snipeit'; @Component -export default class ComputerLabel extends Vue { +export default class AssetLabel extends Vue { QRCODE_BASE = 'https://inv.claremontmakerspace.org/'; @Prop(Object) readonly asset: snipeit.Hardware;