react-attendance-calendar 2.3.4 → 2.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -107,7 +107,6 @@ const attendanceData = [
|
|
|
107
107
|
monthIndex: 1,
|
|
108
108
|
presentDays: new Set([
|
|
109
109
|
1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 26, 27, 28,
|
|
110
|
-
29,
|
|
111
110
|
]),
|
|
112
111
|
absentDays: new Set([3, 10, 17, 24]),
|
|
113
112
|
},
|
|
@@ -167,7 +166,6 @@ function App() {
|
|
|
167
166
|
monthIndex: 1,
|
|
168
167
|
presentDays: new Set([
|
|
169
168
|
1, 2, 5, 6, 7, 8, 9, 12, 13, 14, 15, 16, 19, 20, 21, 22, 23, 26, 27, 28,
|
|
170
|
-
29,
|
|
171
169
|
]),
|
|
172
170
|
absentDays: new Set([3, 10, 17, 24]),
|
|
173
171
|
},
|