Skip to content

Commit

Permalink
removed set hourly rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Liew Mouawad committed Apr 10, 2024
1 parent 5b10267 commit 36d1261
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 36d1261

Please sign in to comment.