-
@@ -84,17 +96,28 @@ const VideoContainer = ({ username }: VideoContainerProps): ReactElement => {
isVideoLoading={isVideoLoading}
/>
{!isVideoLoading && (
-
+
{isAudioEnabled && (
-
+
-
+
)}
-
+
{isBackgroundEffectsOpen && (
{
setIsBackgroundEffectsOpen={close}
/>
)}
-
-
+
+
)}
-
+