Skip to content

Commit ed96f39

Browse files
Merge pull request SharePoint#7351 from nanddeepn/patch-56
Resolved missing semicolon code warning
2 parents feda887 + 865238b commit ed96f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first SharePoint Adaptive Card Extension
33
description: Adaptive Card Extensions (ACEs) are a new SharePoint Framework component type, which enable developers to build rich, native extensions to Viva Connections' Dashboards and SharePoint Pages. In this tutorial, you'll build and explore your first ACE.
4-
ms.date: 09/08/2021
4+
ms.date: 09/24/2021
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -421,7 +421,7 @@ public onAction(action: IActionArguments): void {
421421
case 'button2':
422422
this.setState({
423423
subTitle: message
424-
})
424+
});
425425
break;
426426
}
427427
}

0 commit comments

Comments
 (0)