WinslowFan Claude Opus 4.8 commited on
Commit
d7865ac
·
1 Parent(s): f714089

Bump plot cache-bust after updating two figures

Browse files

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

frontend/src/components/datasets/protein/StaticDistributionPlots.tsx CHANGED
@@ -1,7 +1,7 @@
1
  import React from 'react';
2
 
3
  const IMG_BASE = '/api/protein/plots';
4
- const CACHE_BUST = '?v=20260622';
5
 
6
  const plots = [
7
  { name: 'Structure Similarity', file: 'Structure-similarity.png' },
 
1
  import React from 'react';
2
 
3
  const IMG_BASE = '/api/protein/plots';
4
+ const CACHE_BUST = '?v=20260622b';
5
 
6
  const plots = [
7
  { name: 'Structure Similarity', file: 'Structure-similarity.png' },