Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo button upgrades #564

Merged
merged 5 commits into from
Nov 14, 2024
Merged

Demo button upgrades #564

merged 5 commits into from
Nov 14, 2024

Conversation

AykhanAhmadli
Copy link
Contributor

@AykhanAhmadli AykhanAhmadli marked this pull request as ready for review November 7, 2024 22:29
Copy link
Contributor

@GiladSchneider GiladSchneider left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple small things but overall LGTM!

@@ -10,6 +10,7 @@ export function TrackingBoardPage(): ReactElement {
useEffect(() => {
const availableStates =
user?.profileResource && allLicensesForPractitioner(user.profileResource).map((item) => item.state);
console.log(availableStates, 'availableStates');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want this console log here?

@@ -98,6 +105,10 @@ const CreateDemoVisits = (): ReactElement => {
<Typography variant="h6" color="primary.main">
Lack of test data? Create demo visits
</Typography>
{/* <Typography variant="body2" color="text.secondary">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you want this comment here?

@AykhanAhmadli AykhanAhmadli merged commit 01243d6 into develop Nov 14, 2024
2 checks passed
@AykhanAhmadli AykhanAhmadli deleted the aykhan/demo-button-upgrades branch November 14, 2024 18:19
@AykhanAhmadli AykhanAhmadli restored the aykhan/demo-button-upgrades branch November 14, 2024 18:29
@AykhanAhmadli AykhanAhmadli deleted the aykhan/demo-button-upgrades branch November 21, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants