Deleting comment
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
const React = window.React;
|
const React = window.React;
|
||||||
|
|
||||||
const SessionTimer = ({ timeLeft, sessionType }) => {
|
const SessionTimer = ({ timeLeft, sessionType }) => {
|
||||||
// Отладочная информация
|
|
||||||
console.log('SessionTimer render:', { timeLeft, sessionType });
|
console.log('SessionTimer render:', { timeLeft, sessionType });
|
||||||
|
|
||||||
if (!timeLeft || timeLeft <= 0) {
|
if (!timeLeft || timeLeft <= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user