Skip to content

Commit

Permalink
Update contributingGuides/TS_STYLE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fábio Henriques <fabio.lacerda@outlook.com>
  • Loading branch information
jnowakow and fabioh8010 authored Apr 25, 2024
1 parent 5284ca8 commit f26dae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributingGuides/TS_STYLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ import viewRef from '@src/types/utils/viewRef';

const ref = useRef<View | HTMLDivElement>();

if (ref.current && 'getBoundingClientRect' in ref.current ) {
if (ref.current && 'getBoundingClientRect' in ref.current) {
ref.current.getBoundingClientRect();
}

Expand Down

0 comments on commit f26dae7

Please sign in to comment.