visuddhinanda пре 4 дана
родитељ
комит
bb17b4a497
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard-v6/src/components/channel/ChannelMy.tsx

+ 1 - 1
dashboard-v6/src/components/channel/ChannelMy.tsx

@@ -337,7 +337,7 @@ const ChannelMy = ({
                       case "library":
                         window.open(
                           import.meta.env.VITE_APP_API_SERVER +
-                            `/library/tipitaka?${ch.id}`,
+                            `/library/tipitaka?channel=${ch.id}`,
                           "_blank"
                         );
                         break;