Skip to content

Commit

Permalink
Merge pull request #46 from NotMash/luke_front_end_new
Browse files Browse the repository at this point in the history
removed set hourly rate
  • Loading branch information
Nameless7s3 authored Apr 10, 2024
2 parents 42c1613 + 36d1261 commit 15abdd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions frontend/src/Components/Finance_Team_Page/SetHourlyRate.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import Navbar from "../../Components/Global/Navbar";

function SetHourlyRate() {
let links = [
{
pageName: "View Timesheet Page",
pageLink: "/view_timesheet",
iconPath: "./Home_Page_Icons/Consultant/view_timesheet.svg",
},
];

const [consultantName, setConsultantName] = useState("");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function ViewSavedTimesheetsPage() {
<h1 className={styles.header}>Saved Timesheets</h1>
<div className={styles.filterContainer}>
<div className={styles.filter}>
<label className={styles.filterTitle}>Filter Timesheets by Time</label>
<label className={styles.filterTitle}>Sort Timesheets by Time</label>
<select value={selectedTimeFilter} onChange={handleTimeFilterChange} id={styles.select1} className={styles.select}>
<option value="new_to_old">Newest to Oldest</option>
<option value="old_to_new">Oldest to Newest</option>
Expand Down

0 comments on commit 15abdd1

Please sign in to comment.