Skip to content

Commit

Permalink
Merge pull request #109 from Goorm-Lucky7/dev
Browse files Browse the repository at this point in the history
Bug: ๋นŒ๋“œ ์—๋Ÿฌ ์ˆ˜์ •
  • Loading branch information
kangsinbeom authored Jul 3, 2024
2 parents dec1084 + dd7927b commit 6022a37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/chatModal/hooks/useStomp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const useStomp = (
};

const connect = () => {
const socket = new SockJS('https://dartgallery.site/ws');
const socket = new SockJS(import.meta.env.VITE_SOCKET_URL);

const client = new Client({
webSocketFactory: () => socket,
Expand Down
1 change: 0 additions & 1 deletion src/pages/review/components/reviewInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const ReviewInfo = () => {
<S.Line />
</S.Container>
);
k;
};

export default ReviewInfo;
2 changes: 1 addition & 1 deletion src/pages/review/components/reviewInfo/styles.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Icon, Text } from '@/components';
import { containerQuery, mediaQueries } from '@/styles/breakpoints';
import { containerQuery } from '@/styles/breakpoints';
import { colors } from '@/styles/colorPalette';
import { LayoutMap } from '@/styles/layout';
import styled from '@emotion/styled';
Expand Down

0 comments on commit 6022a37

Please sign in to comment.