Skip to content

Commit

Permalink
fix: TUP-731 software table missing stampede3 & vista (#491)
Browse files Browse the repository at this point in the history
And no need for stampede2.
  • Loading branch information
wesleyboar authored Dec 12, 2024
1 parent 3effd67 commit 6b57c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/tup-components/src/software/SoftwareTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ const SoftwareTable: React.FC = () => {
<option value="">any</option>
<option>Frontera</option>
<option>Lonestar6</option>
<option>Stampede2</option>
<option>Stampede3</option>
<option>Vista</option>
</select>
</label>
</form>
Expand Down

0 comments on commit 6b57c05

Please sign in to comment.