Skip to content

Commit 29a81f0

Browse files
authored
Merge pull request #1965 from fedspendingtransparency/revert-1963-FDG-10990
Revert "FDG 10990 Whitelist I Bonds Rates Data"
2 parents 5842a5c + 9a1a821 commit 29a81f0

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

src/components/published-reports/reports-section/reports-section.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const ReportsSection: FunctionComponent<{ dataset: IDatasetConfig }> = ({ datase
2222
const [allReportYears, setAllReportYears] = useState<string[]>();
2323
const [selectedDate, setSelectedDate] = useState<Date>();
2424
const [filterByReport, setFilterByReport] = useState<boolean>();
25+
2526
const updateReportSelection = (date: Date, isDaily: boolean, sortedReports: IPublishedReportDataJson[]) => {
2627
if (date) {
2728
const selectedDay = date.getDate();

src/helpers/constants.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ const globalConstants = {
6666
'015-BFS-2014Q3-052',
6767
'015-BFS-2024Q1-001',
6868
'015-BFS-2025Q2-002',
69-
'015-BFS-2025Q2-001',
7069
],
7170
},
7271
downloadService: {

src/helpers/published-reports/published-reports.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const whitelistDatasetIds = [
3535
'015-BFS-2014Q3-052',
3636
'015-BFS-2024Q1-001',
3737
'015-BFS-2025Q2-002',
38-
'015-BFS-2025Q2-001',
3938
];
4039
exports.whiteListIds = whitelistDatasetIds;
4140

src/transform/static-metadata/datasets.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,6 @@
708708
"keywords": "Debt, Interest Exchange Rates, Savings Bonds"
709709
},
710710
"topics": ["debt", "interest-exchange-rates", "savings-bonds"],
711-
"hideReportDatePicker": true,
712711
"relatedDatasets": [
713712
"015-BFS-2014Q3-096",
714713
"015-BFS-2014Q3-080",

0 commit comments

Comments
 (0)