Skip to content

Commit d84ba1c

Browse files
anandabhi04Pradeet
authored andcommitted
chore: inport fix
1 parent 8b260a2 commit d84ba1c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unifyapps/react-native-calendars",
3-
"version": "1.22.0-ua.1",
3+
"version": "1.22.0-ua.2",
44
"main": "src/index.ts",
55
"types": "src/index.d.ts",
66
"description": "React Native Calendar Components",

src/calendar/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ const Calendar = props => {
228228
</View>
229229
);
230230
};
231+
231232
const renderWeek = (days, id) => {
232233
if (renderWeekProp) {
233234
return renderWeekProp(days, id, currentMonth);

0 commit comments

Comments
 (0)