refactor: add redundant protection checks (#1822)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
const ProtectedUnauthorizedLabel = () => {
|
||||
return <div className="text-center">This item is protected. Please authorize first.</div>
|
||||
}
|
||||
|
||||
export default ProtectedUnauthorizedLabel
|
||||
Reference in New Issue
Block a user