Skip to content

Commit 92ec320

Browse files
committed
missing underscore
1 parent 7120d1c commit 92ec320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/React/CoreModules/RCTDevLoadingView.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ - (void)showMessage:(NSString *)message color:(RCTUIColor *)color backgroundColo
123123

124124
self->_showDate = [NSDate date];
125125

126-
if (!self->label) {
126+
if (!self->_label) {
127127
self->_label = [[RCTUILabel alloc] init]; // [macOS]
128128
self->_label.translatesAutoresizingMaskIntoConstraints = NO;
129129
self->_label.font = [UIFont monospacedDigitSystemFontOfSize:12.0 weight:UIFontWeightRegular];

0 commit comments

Comments
 (0)