diff --git a/apps/native/app/src/screens/document-detail/document-detail.tsx b/apps/native/app/src/screens/document-detail/document-detail.tsx
index 14839cd8e20c..ae696f46eeed 100644
--- a/apps/native/app/src/screens/document-detail/document-detail.tsx
+++ b/apps/native/app/src/screens/document-detail/document-detail.tsx
@@ -390,7 +390,7 @@ export const DocumentDetailScreen: NavigationFunctionComponent<{
]}
>
{error ? (
-
+
) : (
{
const { borderColor, tagColor, tagBackgroundColor } =
getColorsByVariant(variant)
return (
-
+
{tag && (
+} & Pick
interface ErrorProps extends ProblemBaseProps {
type?: 'error'
@@ -59,13 +59,13 @@ export const Problem = ({
message,
tag,
logError = false,
- noContainer,
+ withContainer,
showIcon,
}: ProblemProps) => {
const t = useTranslate()
const { isConnected } = useOfflineStore()
- const defaultProps = { noContainer }
+ const defaultProps = { withContainer }
const fallbackProps = {
...defaultProps,