From cfe657faf55ef12100a8fbfd078bb5cca616853f Mon Sep 17 00:00:00 2001 From: 0xSage Date: Wed, 18 Sep 2024 17:46:53 +0800 Subject: [PATCH] fix: linter --- .../Settings/Advanced/FactoryReset/ModalConfirmReset.tsx | 5 +++-- web/screens/Settings/Advanced/FactoryReset/index.tsx | 5 +++-- web/screens/Settings/CoreExtensions/ExtensionItem.tsx | 4 ++-- .../Thread/ThreadCenterPanel/SimpleTextMessage/index.tsx | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx index 268192627..08ac35f04 100644 --- a/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/ModalConfirmReset.tsx @@ -30,8 +30,9 @@ const ModalConfirmReset = () => { content={

- Restore app to initial state, erasing all models and chat history. This - action is irreversible and recommended only if the application is corrupted. + Restore app to initial state, erasing all models and chat history. + This action is irreversible and recommended only if the application + is corrupted.

diff --git a/web/screens/Settings/Advanced/FactoryReset/index.tsx b/web/screens/Settings/Advanced/FactoryReset/index.tsx index fb789e5b3..10e8cbc20 100644 --- a/web/screens/Settings/Advanced/FactoryReset/index.tsx +++ b/web/screens/Settings/Advanced/FactoryReset/index.tsx @@ -17,8 +17,9 @@ const FactoryReset = () => {

- Restore app to initial state, erasing all models and chat history. This - action is irreversible and recommended only if the application is corrupted. + Restore app to initial state, erasing all models and chat history. + This action is irreversible and recommended only if the application is + corrupted.