Skip to content

Commit 95d16de

Browse files
authored
Update README.md
1 parent 15836ba commit 95d16de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Conditional render using hook
5656
```jsx
5757
const isAllowedTo = useAccess();
5858

59-
<button class="ActionButton">{isAllowedTo('ORDER_UPDATE') ? 'Update Order' : 'Preview Order'}</button>;
59+
<button class="ActionButton">{isAllowedTo('ORDER_UPDATE') ? 'Update Order' : 'Preview Order'}</button>
6060
```
6161

6262
## Can I contribute?

0 commit comments

Comments
 (0)