File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
apps/profile/src/pages/ProfilePage Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,9 @@ const ProfilePage = () => {
231231 </ Styled . Section >
232232 ) }
233233
234- < Styled . Divider />
234+ { profile . performedShow . isVisible && profile . performedShow . totalSize > 0 && (
235+ < Styled . Divider />
236+ ) }
235237
236238 { profile . performedShow . isVisible && profile . performedShow . totalSize > 0 && (
237239 < Styled . PastShowSection >
@@ -263,7 +265,7 @@ const ProfilePage = () => {
263265 </ Styled . PastShowSection >
264266 ) }
265267
266- < Styled . Divider />
268+ { profile . video . totalSize > 0 && < Styled . Divider /> }
267269
268270 { profile . video . totalSize > 0 && (
269271 < Styled . Section >
@@ -283,7 +285,7 @@ const ProfilePage = () => {
283285 </ Styled . Section >
284286 ) }
285287
286- < Styled . Divider />
288+ { profile . link . totalSize > 0 && < Styled . Divider /> }
287289
288290 { profile . link . totalSize > 0 && (
289291 < Styled . Section >
You can’t perform that action at this time.
0 commit comments