diff --git a/cope2n-fe/src/pages/reviews2/index.tsx b/cope2n-fe/src/pages/reviews2/index.tsx index e0ffa3d..f192984 100644 --- a/cope2n-fe/src/pages/reviews2/index.tsx +++ b/cope2n-fe/src/pages/reviews2/index.tsx @@ -416,18 +416,18 @@ const ReviewPage = () => { style={ fullscreen ? { - position: 'fixed', - top: 0, - left: 0, - width: '100%', - height: '100%', - backgroundColor: '#fff', - zIndex: 1000, - } + position: 'fixed', + top: 0, + left: 0, + width: '100%', + height: '100%', + backgroundColor: '#fff', + zIndex: 1000, + } : { - height: '100%', - position: 'relative', - } + height: '100%', + position: 'relative', + } } >
{ overflow: 'auto', }} > - setImageLoading(false)} - /> + />}
) : (
{ >