leon há 1 ano atrás
pai
commit
4c3a32e545
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/clock/components/day_night.tsx

+ 1 - 1
src/pages/clock/components/day_night.tsx

@@ -264,7 +264,7 @@ export default function DayNight(props: { onClose: any, data: any }) {
                     </View>
                 }
             </View>
-            <SunsetCanvas sunset="16:20" sunrise="07:41" width={300} height={200} />
+            {/* <SunsetCanvas sunset="16:20" sunrise="07:41" width={300} height={200} /> */}
         </View>
 
     </View>