Skip to content

Commit 0c68904

Browse files
fix: linting issues in LeafletView component
1 parent a3cacfa commit 0c68904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LeafletView/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const LeafletView: React.FC<LeafletViewProps> = ({
7070
androidHardwareAccelerationDisabled,
7171
webviewStyle,
7272
injectedJavaScript,
73-
source
73+
source,
7474
}) => {
7575
const webViewRef = useRef<WebView>(null);
7676
const [initialized, setInitialized] = useState(false);
@@ -237,4 +237,4 @@ const styles = StyleSheet.create({
237237
},
238238
});
239239

240-
export default LeafletView;
240+
export default LeafletView;

0 commit comments

Comments
 (0)