Skip to content

Commit

Permalink
release 0.0.5 fix front (#18)
Browse files Browse the repository at this point in the history
* hotfix: front config prod (#17)
  • Loading branch information
SchneiderNicolas authored Oct 2, 2023
1 parent f58d6a1 commit 736e396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/components/discussion/Discussion.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useRef, useState } from 'react';
import { useNavigate, useParams } from 'react-router-dom';
import useSWR from 'swr';
import config from '../../config/config.dev';
import config from '../../config/config';
import fetcher from '../../utils/fetcher';
import { useCookies } from 'react-cookie';
import { Discussion as DiscussionType } from '../../types/discussionTypes';
Expand Down

0 comments on commit 736e396

Please sign in to comment.