From 2813e92ad22ea80be2c4576f16aaee91fdc63ba0 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 6 Dec 2019 10:00:05 +1100 Subject: [PATCH] update enum types to be capitalized --- ts/components/session/SessionRegistrationView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/components/session/SessionRegistrationView.tsx b/ts/components/session/SessionRegistrationView.tsx index 75d00ecf6..4bea49b12 100644 --- a/ts/components/session/SessionRegistrationView.tsx +++ b/ts/components/session/SessionRegistrationView.tsx @@ -42,14 +42,14 @@ export class SessionRegistrationView extends React.Component { return (
- +
{ alert('clicked'); }} - buttonType={SessionButtonTypes.green} + buttonType={SessionButtonTypes.Green} text="Generate Session ID" />