feat: tickets
This commit is contained in:
@@ -80,7 +80,7 @@ const triggerWebDownload = async (url, title) => {
|
||||
}
|
||||
try {
|
||||
window.open(url, "_blank", "noopener,noreferrer");
|
||||
} catch {}
|
||||
} catch { }
|
||||
}
|
||||
};
|
||||
|
||||
@@ -266,7 +266,7 @@ const PlaybackDownload = ({ route }) => {
|
||||
if (tempSourcePath) {
|
||||
try {
|
||||
await firebase.storage().ref(tempSourcePath).delete();
|
||||
} catch {}
|
||||
} catch { }
|
||||
}
|
||||
setTooltip({
|
||||
type: "error",
|
||||
@@ -399,11 +399,12 @@ const PlaybackDownload = ({ route }) => {
|
||||
return (
|
||||
<>
|
||||
<Page
|
||||
backgroundImg={
|
||||
action === "playback"
|
||||
? background.playbackBG2
|
||||
: background.productionBG2
|
||||
}
|
||||
// backgroundImg={
|
||||
// action === "playback"
|
||||
// ? background.playbackBG2
|
||||
// : background.productionBG2
|
||||
// }
|
||||
backgroundColor={Palette.grayMid}
|
||||
headerType="NONE"
|
||||
>
|
||||
<MusicLandHeader onPressBack={goBack} progress={50} />
|
||||
|
||||
Reference in New Issue
Block a user