Fix tests.

This commit is contained in:
Antoine Dauguet 2022-07-07 16:29:57 +02:00
parent 01ecd4b1c8
commit f62c6114e5
2 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@ import Css exposing (..)
import Html.Styled as Html exposing (Html)
import Html.Styled.Attributes exposing (css)
import Html.Styled.Events
import Nri.Ui.Colors.Extra exposing (toCssString)
import Nri.Ui.Colors.V1
import Nri.Ui.CssVendorPrefix.V1 as CssVendorPrefix
import Nri.Ui.Fonts.V1 as Fonts

View File

@ -30,7 +30,6 @@ config =
[ SortableTable.string
{ id = FirstName
, header = "First name"
, ariaName = "first name"
, value = .firstName
, width = 125
, cellStyles = \_ -> []
@ -38,7 +37,6 @@ config =
, SortableTable.string
{ id = LastName
, header = "Last name"
, ariaName = "last name"
, value = .lastName
, width = 125
, cellStyles = \_ -> []