Skip to content

Commit b8c0f4a

Browse files
remove falsy dummy props
1 parent f0125bb commit b8c0f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
import { FetchLoading } from 'fetch-loading'
4747
4848
const App = () => {
49-
return <FetchLoading foo bar/>
49+
return <FetchLoading />
5050
}
5151
5252
export default App

0 commit comments

Comments
 (0)