diff --git a/docs/CreateDialog.md b/docs/CreateDialog.md index 3f13e201d2..9e565ea21d 100644 --- a/docs/CreateDialog.md +++ b/docs/CreateDialog.md @@ -315,8 +315,6 @@ Below is an example of an `` page, including a 'create a new customer' but Your browser does not support the video tag. -{% raw %} - ```tsx import React, { useCallback, useState } from 'react'; import { @@ -407,5 +405,3 @@ const EmployerEdit = () => ( ); ``` - -{% endraw %} diff --git a/docs/EditDialog.md b/docs/EditDialog.md index 0cc5d1e3fd..39919ff980 100644 --- a/docs/EditDialog.md +++ b/docs/EditDialog.md @@ -340,8 +340,6 @@ Below is an example of an `` page, including a 'create a new customer' but Your browser does not support the video tag. -{% raw %} - ```tsx import React, { useCallback, useState } from 'react'; import { @@ -432,5 +430,3 @@ const EmployerEdit = () => ( ); ``` - -{% endraw %}