From 02ab7403049c9b229befc43f95a6badc0909daff Mon Sep 17 00:00:00 2001 From: wrigh393 Date: Mon, 8 Feb 2021 10:02:01 -0500 Subject: [PATCH] Updated the props to thier current names. --- src/components/QueueSelector/QueueSelector.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/QueueSelector/QueueSelector.md b/src/components/QueueSelector/QueueSelector.md index ea505eb..5b515f8 100644 --- a/src/components/QueueSelector/QueueSelector.md +++ b/src/components/QueueSelector/QueueSelector.md @@ -22,6 +22,7 @@ const queues = [ } ]; + const useStyles = makeStyles({ root: { padding: "16px", @@ -30,9 +31,11 @@ const useStyles = makeStyles({ const classes = useStyles(); - + ``` ```jsx static - + + ``` \ No newline at end of file