aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/TitleBar/TitleBar.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/components/TitleBar/TitleBar.tsx b/src/components/TitleBar/TitleBar.tsx
index 2ebd633..9ae8d1e 100644
--- a/src/components/TitleBar/TitleBar.tsx
+++ b/src/components/TitleBar/TitleBar.tsx
@@ -41,12 +41,7 @@ const TitleBar: React.FC<TitleBarProps> = ({
const fetchPhaseData = async () => {
const apiUrl = process.env.NEXT_PUBLIC_API_URL_TESTING;
try {
- const response = await fetch(apiUrl + "/groups.json", {
- cache: 'no-store',
- headers: {
- 'Cache-Control': 'no-cache'
- }
- });
+ const response = await fetch(apiUrl + "/groups.json");
const data = await response.json();
setPhaseData(data);
const initialCollapsedState = Object.keys(data).reduce(
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage