Skip to content

Commit

Permalink
Revert "Live Radio rtl temp fix (#11981)" (#11990)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoore108 authored Sep 18, 2024
1 parent bee7cda commit d3de0c9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions src/app/components/MediaLoader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ const MediaContainer = ({
? styles.liveRadioMediaContainer
: styles.mediaContainer
}
// Temporary fix for live radio players not displaying correctly in RTL languages
{...(mediaType === 'liveRadio' && { dir: 'ltr' })}
/>
);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ exports[`Canonical Live Radio Media Loader renders a valid container 1`] = `
<div
class="bbc-1eq7znh"
data-e2e="media-player"
dir="ltr"
/>
</figure>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ exports[`Canonical Korean Live Radio Page Media Loader renders a valid container
<div
class="bbc-1eq7znh"
data-e2e="media-player"
dir="ltr"
/>
</figure>
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ exports[`Canonical Sinhala Live Radio Page Media Loader renders a valid containe
<div
class="bbc-1eq7znh"
data-e2e="media-player"
dir="ltr"
/>
</figure>
`;
Expand Down

0 comments on commit d3de0c9

Please sign in to comment.