Skip to content

Commit

Permalink
Drop -Modal suffix from name
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejSWM committed Feb 27, 2024
1 parent 0659d56 commit 39ed308
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type VideoPlaybackStatusEventType = {

type VideoStatus = 'video' | 'animation';

function OnboardingWelcomeVideoModal() {
function OnboardingWelcomeVideo() {
const {translate} = useLocalize();
const styles = useThemeStyles();
const {isSmallScreenWidth, windowHeight, windowWidth} = useWindowDimensions();
Expand Down Expand Up @@ -133,6 +133,6 @@ function OnboardingWelcomeVideoModal() {
);
}

OnboardingWelcomeVideoModal.displayName = 'OnboardingWelcomeVideoModal';
OnboardingWelcomeVideo.displayName = 'OnboardingWelcomeVideo';

export default OnboardingWelcomeVideoModal;
export default OnboardingWelcomeVideo;

0 comments on commit 39ed308

Please sign in to comment.