Skip to content

Commit

Permalink
feat: 错误日志弹窗兜底文案
Browse files Browse the repository at this point in the history
  • Loading branch information
maotoumao committed Mar 25, 2023
1 parent fc2b6cc commit b69e13b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/setting/settingTypes/basicSetting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,9 @@ export default function BasicSetting() {
title: '错误日志',
content: (
<ScrollView>
<Paragraph>{errorLogContent}</Paragraph>
<Paragraph>
{errorLogContent || '暂无记录'}
</Paragraph>
</ScrollView>
),
});
Expand Down

0 comments on commit b69e13b

Please sign in to comment.