Skip to content

Commit e10cfc8

Browse files
committed
๐Ÿ› fix(#127): ๋ชจ๋ฐ”์ผ์—์„œ ์™„๋ฃŒ ํ™”๋ฉด ์•ˆ ๋„˜์–ด๊ฐ€๋Š” ์˜ค๋ฅ˜ ์ˆ˜์ •
1 parent d658dfa commit e10cfc8

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

โ€Žsrc/app/send/preview/page.tsxโ€Ž

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,10 @@ const SendPreviewPage = () => {
8181
// ์นด์นด์˜คํ†ก ๋ฏธ์„ค์น˜ ์‹œ ์นด์นด์˜คํ†ก ์„ค์น˜ ๊ฒฝ๋กœ์ด๋™
8282
installTalk: true,
8383
});
84-
} catch (error) {
85-
console.log("ํŽธ์ง€ ์ „์†ก ๋˜๋Š” ์นด์นด์˜ค ๊ณต์œ  ์‹คํŒจ:", error);
86-
} finally {
8784
setIsLoading(false);
8885
setIsSharing(false);
86+
} catch (error) {
87+
console.log("ํŽธ์ง€ ์ „์†ก ๋˜๋Š” ์นด์นด์˜ค ๊ณต์œ  ์‹คํŒจ:", error);
8988
}
9089
};
9190

@@ -149,7 +148,7 @@ const SendPreviewPage = () => {
149148
<ButtonWrapper>
150149
<Button
151150
buttonType="primary"
152-
text={isLoading ? "์ž ์‹œ๋งŒ ๊ธฐ๋‹ค๋ ค์ฃผ์„ธ์š”..." : "์นด์นด์˜ค๋กœ ํŽธ์ง€ ๋ณด๋‚ด๊ธฐ"}
151+
text="์นด์นด์˜ค๋กœ ํŽธ์ง€ ๋ณด๋‚ด๊ธฐ"
153152
onClick={handleSendLetterAndShare}
154153
disabled={!receiverName || !content || isLoading}
155154
>

0 commit comments

Comments
ย (0)