Upload folder using huggingface_hub
Browse files
client/src/pages/WeeklyPractice.tsx
CHANGED
|
@@ -2228,7 +2228,7 @@ const WeeklyPractice: React.FC = () => {
|
|
| 2228 |
)}
|
| 2229 |
|
| 2230 |
{!isWeekTransitioning && (
|
| 2231 |
-
weeklyPractice.length === 0 && !addingPractice ? (
|
| 2232 |
<div className="text-center py-12">
|
| 2233 |
<DocumentTextIcon className="h-12 w-12 text-gray-400 mx-auto mb-4" />
|
| 2234 |
<h3 className="text-lg font-medium text-gray-900 mb-2">
|
|
|
|
| 2228 |
)}
|
| 2229 |
|
| 2230 |
{!isWeekTransitioning && (
|
| 2231 |
+
(weeklyPractice.length === 0 && !addingPractice) ? (
|
| 2232 |
<div className="text-center py-12">
|
| 2233 |
<DocumentTextIcon className="h-12 w-12 text-gray-400 mx-auto mb-4" />
|
| 2234 |
<h3 className="text-lg font-medium text-gray-900 mb-2">
|