diff --git a/frontend/web/components/Blocked.js b/frontend/web/components/Blocked.js
index ba3f0f597e77..99d55e793522 100644
--- a/frontend/web/components/Blocked.js
+++ b/frontend/web/components/Blocked.js
@@ -1,5 +1,6 @@
import React from 'react'
import ConfigProvider from 'common/providers/ConfigProvider'
+import Payment from 'components/modals/Payment'
const Blocked = class extends React.Component {
static contextTypes = {
@@ -14,25 +15,50 @@ const Blocked = class extends React.Component {
}
render = () => (
-
-
-
Please get in touch
- Your organisation has been disabled. Please get in touch so we can
- discuss enabling your account.
- {
- <>
- {' '}
-
- support@flagsmith.com
-
- .
- >
- }
-
+ Your organisation has been disabled. Please get in touch so we can
+ discuss enabling your account.
+ {
+ <>
+ {' '}
+
+ support@flagsmith.com
+
+ .
+ >
+ }
+