Skip to content

Commit f404f7a

Browse files
committed
lint
1 parent 09c61ad commit f404f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/settings/Profile/CustomStatus/StatusPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function StatusPage() {
3737
const styles = useThemeStyles();
3838
const StyleUtils = useStyleUtils();
3939
const {translate} = useLocalize();
40-
const [draftStatus] = useOnyx(ONYXKEYS.CUSTOM_STATUS_DRAFT);
40+
const [draftStatus] = useOnyx(ONYXKEYS.CUSTOM_STATUS_DRAFT, {canBeMissing: true});
4141
const currentUserPersonalDetails = useCurrentUserPersonalDetails();
4242
const formRef = useRef<FormRef>(null);
4343
const [brickRoadIndicator, setBrickRoadIndicator] = useState<ValueOf<typeof CONST.BRICK_ROAD_INDICATOR_STATUS>>();

0 commit comments

Comments
 (0)