Skip to content

Commit 57d7eda

Browse files
author
Marek Rozmus
committed
Fix code review issues
1 parent 21809ba commit 57d7eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/src/App.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ function App() {
8888
Callback swipe action: {swipeAction}
8989
</span>
9090
<span className={styles.actionInfo}>
91-
Callback swipe progress: {swipeProgress || '-'}%
91+
Callback swipe progress:{' '}
92+
{swipeProgress !== undefined ? swipeProgress : '-'}%
9293
</span>
9394
<div className={styles.listContainer}>
9495
<SwipeableList>

0 commit comments

Comments
 (0)